mirror of
https://github.com/livekit/livekit.git
synced 2026-05-17 13:35:45 +00:00
34fcf9e496
When the publisher stops publishing, the individual receivers would close attached DownTracks first before notifying MediaTrackReceiver callbacks. This means #1454 does not fix the issue entirely since there is still a window when we can subscribe to a closing track.