Closed EmrysMyrddin closed 3 years ago
I have started a peer connection with a media device track sending camera video feed. Call Close method on the peer connection.
Close
Calling Close should close the connection as expected
Calling Close causes a dead lock.
The reason of the dead lock is a double lock request on the same mutex by both the track closing code and the track error handling code.
Your environment.
What did you do?
I have started a peer connection with a media device track sending camera video feed. Call
Close
method on the peer connection.What did you expect?
Calling
Close
should close the connection as expectedWhat happened?
Calling
Close
causes a dead lock.The reason of the dead lock is a double lock request on the same mutex by both the track closing code and the track error handling code.