Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webrtc: fix crash during client disconnection (#1482)
OnConnectionStateChange of pion/webrtc is not thread safe. Add a mutex to make it thread safe.
- Loading branch information