mirror of
https://github.com/livekit/livekit.git
synced 2026-09-01 22:19:03 +00:00
* Do not remove from subscription map on unsubscribe. Notes in line as to why. * Avoiding the extra check. It is fine to check under lock for clean up. It is done in other places. * comments