mirror of
https://github.com/livekit/livekit.git
synced 2026-07-09 16:42:16 +00:00
7930dcde25
Pion does not protect the stats getter and using it after close could cause nil de-reference. Do a couple of things 1. Stop timer that access peer connection stats before closing peer connection. 2. Do not access stats if peer connection is already closed