mirror of
https://github.com/livekit/livekit.git
synced 2026-07-17 03:22:06 +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