Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bashar-515 committed Jan 23, 2025
1 parent cc4887d commit d6d8aa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rpc/wrtc_call_queue_mongodb.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ func NewMongoDBWebRTCCallQueue(
activeAnswerersfunc: &activeAnswerersfunc,
}

queue.activeBackgroundWorkers.Add(1) // TODO(RSDK-866): remove
utils.ManagedGo(queue.operatorLivenessLoop, queue.activeBackgroundWorkers.Done) // TODO(RSDK-866): remove
//utils.ManagedGo(queue.changeStreamManager, queue.activeBackgroundWorkers.Done) // TODO(RSDK-866): remove
queue.activeBackgroundWorkers.Add(1) // TODO(RSDK-8666): remove
utils.ManagedGo(queue.operatorLivenessLoop, queue.activeBackgroundWorkers.Done) // TODO(RSDK-8666): remove
// utils.ManagedGo(queue.changeStreamManager, queue.activeBackgroundWorkers.Done) // TODO(RSDK-8666): remove
// queue.activeStoppableWorkers.Add(func(ctx context.Context) { queue.operatorLivenessLoop() })
queue.activeStoppableWorkers.Add(func(ctx context.Context) { queue.changeStreamManager() })

Expand Down

0 comments on commit d6d8aa2

Please sign in to comment.