소스 검색

disconnected may be a transient state

Jairo Caro-Accino 6 년 전
부모
커밋
9415f90c59
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      lib/negotiator.ts

+ 0 - 1
lib/negotiator.ts

@@ -164,7 +164,6 @@ Negotiator._setupListeners = function(connection, pc, pc_id) {
         util.log(
           "iceConnectionState is disconnected, closing connections to " + peerId
         );
-        connection.close();
         break;
       case "completed":
         pc.onicecandidate = util.noop;