ソースを参照

Fixed deadlock when reciprocating locally existing track

Paul-Louis Ageneau 5 年 前
コミット
8f0c91d1cb
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/peerconnection.cpp

+ 1 - 0
src/peerconnection.cpp

@@ -907,6 +907,7 @@ void PeerConnection::processLocalDescription(Description description) {
 					        }
 					        return;
 				        }
+				        lock.unlock(); // we are going to call incomingTrack()
 
 				        auto reciprocated = remoteMedia->reciprocate();
 #if !RTC_ENABLE_MEDIA