mirror of
https://github.com/livekit/livekit.git
synced 2026-04-01 06:35:57 +00:00
* Delete down track from receiver in close always. I think with the parallel close in goroutines, it so happens that peer connection can get closed first and unbind the track. The delete down track and RTCP reader close was inside if `bound` block. So, they were not running leaving a dangling down track in the receiver. * fix tests * fix test