mirror of
https://github.com/livekit/livekit.git
synced 2026-06-07 11:01:58 +00:00
4c7d3161a9
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.