Loading go-apps/meep-loc-serv/server/loc-serv.go +8 −0 Original line number Diff line number Diff line Loading @@ -366,12 +366,20 @@ func Stop() (err error) { } func startRegistrationTicker() { // Make sure ticker is not running if registrationTicker != nil { log.Warn("Registration ticker already running") return } // Wait a few seconds to allow App Enablement Service to start. // This is done to avoid the default 20 second TCP socket connect timeout // if the App Enablement Service is not yet running. log.Info("Waiting for App Enablement Service to start") time.Sleep(5 * time.Second) // Start registration ticker registrationTicker = time.NewTicker(5 * time.Second) go func() { mecAppReadySent := false // registrationSent := false Loading go-apps/meep-rnis/server/rnis.go +8 −0 Original line number Diff line number Diff line Loading @@ -440,12 +440,20 @@ func Stop() (err error) { } func startRegistrationTicker() { // Make sure ticker is not running if registrationTicker != nil { log.Warn("Registration ticker already running") return } // Wait a few seconds to allow App Enablement Service to start. // This is done to avoid the default 20 second TCP socket connect timeout // if the App Enablement Service is not yet running. log.Info("Waiting for App Enablement Service to start") time.Sleep(5 * time.Second) // Start registration ticker registrationTicker = time.NewTicker(5 * time.Second) go func() { mecAppReadySent := false // registrationSent := false Loading go-apps/meep-wais/server/wais.go +8 −0 Original line number Diff line number Diff line Loading @@ -331,12 +331,20 @@ func Stop() (err error) { } func startRegistrationTicker() { // Make sure ticker is not running if registrationTicker != nil { log.Warn("Registration ticker already running") return } // Wait a few seconds to allow App Enablement Service to start. // This is done to avoid the default 20 second TCP socket connect timeout // if the App Enablement Service is not yet running. log.Info("Waiting for App Enablement Service to start") time.Sleep(5 * time.Second) // Start registration ticker registrationTicker = time.NewTicker(5 * time.Second) go func() { mecAppReadySent := false // registrationSent := false Loading Loading
go-apps/meep-loc-serv/server/loc-serv.go +8 −0 Original line number Diff line number Diff line Loading @@ -366,12 +366,20 @@ func Stop() (err error) { } func startRegistrationTicker() { // Make sure ticker is not running if registrationTicker != nil { log.Warn("Registration ticker already running") return } // Wait a few seconds to allow App Enablement Service to start. // This is done to avoid the default 20 second TCP socket connect timeout // if the App Enablement Service is not yet running. log.Info("Waiting for App Enablement Service to start") time.Sleep(5 * time.Second) // Start registration ticker registrationTicker = time.NewTicker(5 * time.Second) go func() { mecAppReadySent := false // registrationSent := false Loading
go-apps/meep-rnis/server/rnis.go +8 −0 Original line number Diff line number Diff line Loading @@ -440,12 +440,20 @@ func Stop() (err error) { } func startRegistrationTicker() { // Make sure ticker is not running if registrationTicker != nil { log.Warn("Registration ticker already running") return } // Wait a few seconds to allow App Enablement Service to start. // This is done to avoid the default 20 second TCP socket connect timeout // if the App Enablement Service is not yet running. log.Info("Waiting for App Enablement Service to start") time.Sleep(5 * time.Second) // Start registration ticker registrationTicker = time.NewTicker(5 * time.Second) go func() { mecAppReadySent := false // registrationSent := false Loading
go-apps/meep-wais/server/wais.go +8 −0 Original line number Diff line number Diff line Loading @@ -331,12 +331,20 @@ func Stop() (err error) { } func startRegistrationTicker() { // Make sure ticker is not running if registrationTicker != nil { log.Warn("Registration ticker already running") return } // Wait a few seconds to allow App Enablement Service to start. // This is done to avoid the default 20 second TCP socket connect timeout // if the App Enablement Service is not yet running. log.Info("Waiting for App Enablement Service to start") time.Sleep(5 * time.Second) // Start registration ticker registrationTicker = time.NewTicker(5 * time.Second) go func() { mecAppReadySent := false // registrationSent := false Loading