mirror of
https://github.com/livekit/livekit.git
synced 2026-04-28 14:55:48 +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