mirror of
https://github.com/livekit/livekit.git
synced 2026-04-26 17:27:33 +00:00
With rapid changes to subscription settings, use of a goroutine could end up processing dynacast needs for that subscriber in a different order. So, record the susbcription needs of a subscriber in the callback and process the data in a go routine.