瀏覽代碼

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();
     }