Explorar o código

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

afrokick %!s(int64=6) %!d(string=hai) anos
pai
achega
3c45cd036e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
     }