mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 15:35:41 +00:00
After adding more fields in https://github.com/livekit/livekit/pull/4105/files, it was not even logging. Access to one of the added fields must have ended up waiting on a lock and blocked. Unfotunately, the deadlock fix in https://github.com/pion/ice/pull/840 did not address the peer connection close hang. Splitting the logs so that the base log still happens. Ordering after looking at the code and guessing what could still log to see if we get more of the logs and learn more about the state and which lock ends up the first blocking one.