Michelle Bu il y a 11 ans
Parent
commit
fa52ac067e
3 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      dist/peer.js
  2. 0 0
      dist/peer.min.js
  3. 1 1
      lib/dataconnection.js

+ 1 - 1
dist/peer.js

@@ -1850,10 +1850,10 @@ DataConnection.prototype._handleDataMessage = function(e) {
 
       // We can also just delete the chunks now.
       delete this._chunkedData[id];
-      return;
     }
 
     this._chunkedData[id] = chunkInfo;
+    return;
   }
 
   this.emit('data', data);

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/peer.min.js


+ 1 - 1
lib/dataconnection.js

@@ -116,10 +116,10 @@ DataConnection.prototype._handleDataMessage = function(e) {
 
       // We can also just delete the chunks now.
       delete this._chunkedData[id];
-      return;
     }
 
     this._chunkedData[id] = chunkInfo;
+    return;
   }
 
   this.emit('data', data);

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff