Loading go-apps/meep-ams/server/ams.go +2 −1 Original line number Diff line number Diff line Loading @@ -1714,7 +1714,8 @@ func refreshTrackedDevCtxOwner(appName string) { targetAppIds, found := deviceTargetMap[address] if !found { // Get target app instances for device targetAppIds, err := getTargetApps(appName, address) var err error targetAppIds, err = getTargetApps(appName, address) if err != nil { log.Error(err.Error()) continue Loading go-apps/meep-app-enablement/server/service-mgmt/service-mgmt.go +1 −1 Original line number Diff line number Diff line Loading @@ -1338,7 +1338,7 @@ func checkSerAvailNotification(sInfo *ServiceInfo, mep string, changeType Servic } serAvailabilityRef := ServiceAvailabilityNotificationServiceReferences{ Link: &LinkType{ Href: hostUrl.String() + basePath + "applications/" + sInfo.SerInstanceId, Href: hostUrl.String() + basePath + "services/" + sInfo.SerInstanceId, }, SerName: sInfo.SerName, SerInstanceId: sInfo.SerInstanceId, Loading Loading
go-apps/meep-ams/server/ams.go +2 −1 Original line number Diff line number Diff line Loading @@ -1714,7 +1714,8 @@ func refreshTrackedDevCtxOwner(appName string) { targetAppIds, found := deviceTargetMap[address] if !found { // Get target app instances for device targetAppIds, err := getTargetApps(appName, address) var err error targetAppIds, err = getTargetApps(appName, address) if err != nil { log.Error(err.Error()) continue Loading
go-apps/meep-app-enablement/server/service-mgmt/service-mgmt.go +1 −1 Original line number Diff line number Diff line Loading @@ -1338,7 +1338,7 @@ func checkSerAvailNotification(sInfo *ServiceInfo, mep string, changeType Servic } serAvailabilityRef := ServiceAvailabilityNotificationServiceReferences{ Link: &LinkType{ Href: hostUrl.String() + basePath + "applications/" + sInfo.SerInstanceId, Href: hostUrl.String() + basePath + "services/" + sInfo.SerInstanceId, }, SerName: sInfo.SerName, SerInstanceId: sInfo.SerInstanceId, Loading