소스 검색

change reliable to ordered https://github.com/peers/peerjs/issues/275

afrokick 6 년 전
부모
커밋
3c45cd036e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/util.ts

+ 1 - 1
lib/util.ts

@@ -159,7 +159,7 @@ export class util {
           "_PEERJSRELIABLETEST",
           {}
         );
-        sctp = reliableDC.reliable;
+        sctp = reliableDC.ordered;
       } catch (e) { }
       reliablePC.close();
     }