mirror of
https://github.com/livekit/livekit.git
synced 2026-04-28 17:05:47 +00:00
3c8980b443
With the change in https://github.com/livekit/livekit/pull/2611, the dummy receiver was replaced with real receiver. But, the close check was using the dummy receiver. Doing two things - Use the dummy receiver post upgrade also (NOTE: this is not needed, but just keeping old behaviour) - Fix the close check to count number of open receivers.