mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 17:45:40 +00:00
When relaying buffers are stopped and restarted. On a restart, the buffer adds a tracker. But, the tracker is not destroyed till the end. So, the old tracker and new tracker for the same layer stomp on each other and declare layer unavailable (the old tracker is not getting any packets). Fix by not creating a new tracker if one exists already.