mirror of
https://github.com/livekit/livekit.git
synced 2026-06-04 13:01:52 +00:00
f24152b4c0
* Call Broadcast in lock scope. Seems like there is a possible window where things can hang forever if a goroutine enters the Wait) after the lock is released but before Broadcast gets called, it will never see that broadcast and will hang forever. * RLock