Do not block as notification could make a network request. (#2581)

This commit is contained in:
Raja Subramanian
2024-03-15 10:59:37 +05:30
committed by GitHub
parent 1d920ae488
commit 9e5f434cef
+1 -1
View File
@@ -96,7 +96,7 @@ func (d *DynacastManager) Restart() {
}
func (d *DynacastManager) Close() {
<-d.qualityNotifyOpQueue.Stop()
d.qualityNotifyOpQueue.Stop()
d.lock.Lock()
dqs := d.getDynacastQualitiesLocked()