mirror of
https://github.com/livekit/livekit.git
synced 2026-05-14 18:25:24 +00:00
Do not block as notification could make a network request. (#2581)
This commit is contained in:
@@ -96,7 +96,7 @@ func (d *DynacastManager) Restart() {
|
||||
}
|
||||
|
||||
func (d *DynacastManager) Close() {
|
||||
<-d.qualityNotifyOpQueue.Stop()
|
||||
d.qualityNotifyOpQueue.Stop()
|
||||
|
||||
d.lock.Lock()
|
||||
dqs := d.getDynacastQualitiesLocked()
|
||||
|
||||
Reference in New Issue
Block a user