mirror of
https://github.com/livekit/livekit.git
synced 2026-05-20 00:05:38 +00:00
66750e4ba8
* Fix deadlock My previous PR to wrap layer notifier post in bind lock was problematic as `onBinding` callback happens within that lock and that onBinding callback can call set max layer which will post to channel. Use a separate mutex. * RUnlock