Explorar el Código

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

afrokick hace 6 años
padre
commit
3c45cd036e
Se han modificado 1 ficheros con 1 adiciones y 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();
     }