Michelle Bu %!s(int64=12) %!d(string=hai) anos
pai
achega
654b87022c
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dist/peer.js
  2. 0 0
      dist/peer.min.js

+ 1 - 1
dist/peer.js

@@ -1014,7 +1014,7 @@ Reliable.prototype._handleMessage = function(msg) {
 
       var n = msg[2];
       var chunk = msg[3];
-      data.chunks[n] = chunk;
+      data.chunks[n] = new Uint8Array(chunk);
 
       // If we get the chunk we're looking for, ACK for next missing.
       // Otherwise, ACK the same N again.

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/peer.min.js


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio