Loading examples/demo3/src/backend/server/demo3_service.go +2 −2 Original line number Diff line number Diff line Loading @@ -251,8 +251,6 @@ func demo3Register(w http.ResponseWriter, r *http.Request) { // Start app registeration ticker counter if !appEnablementEnabled { startTicker() time.Sleep(time.Second) // If app is restarted, clean app activity, AMS terminal devices, discovered services appActivityLogs = []string{} Loading Loading @@ -379,6 +377,8 @@ func demo3Register(w http.ResponseWriter, r *http.Request) { appEnablementEnabled = true startTicker() } // Send resp Loading Loading
examples/demo3/src/backend/server/demo3_service.go +2 −2 Original line number Diff line number Diff line Loading @@ -251,8 +251,6 @@ func demo3Register(w http.ResponseWriter, r *http.Request) { // Start app registeration ticker counter if !appEnablementEnabled { startTicker() time.Sleep(time.Second) // If app is restarted, clean app activity, AMS terminal devices, discovered services appActivityLogs = []string{} Loading Loading @@ -379,6 +377,8 @@ func demo3Register(w http.ResponseWriter, r *http.Request) { appEnablementEnabled = true startTicker() } // Send resp Loading