浏览代码

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