mirror of
https://github.com/livekit/livekit.git
synced 2026-04-25 11:12:07 +00:00
* 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