Michelle Bu hace 12 años
padre
commit
654b87022c
Se han modificado 2 ficheros con 1 adiciones y 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.

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
dist/peer.min.js


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio