Skip to content

Commit ebe104a

Browse files
committed
Update manager
1 parent 67bbc8f commit ebe104a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

synchronizer/manager.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,6 @@ 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-
// }()
158154
return
159155
}
160156

0 commit comments

Comments
 (0)