Skip to content

Commit 67bbc8f

Browse files
committed
Updated manager
1 parent 32c04f9 commit 67bbc8f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

synchronizer/manager.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ func (s *ManagerImpl) Start() {
151151
if !s.config.StreamingEnabled {
152152
s.logger.Info("SDK initialized in polling mode")
153153
s.startPolling()
154-
go func() { // create a goroutine that stops everything (the same way the streaming status watcher would)
155-
<-s.lifecycle.ShutdownRequested()
156-
s.stop()
157-
}()
154+
// go func() { // create a goroutine that stops everything (the same way the streaming status watcher would)
155+
// <-s.lifecycle.ShutdownRequested()
156+
// s.stop()
157+
// }()
158158
return
159159
}
160160

0 commit comments

Comments
 (0)