mirror of
https://github.com/livekit/livekit.git
synced 2026-05-04 03:06:08 +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