Explorar el Código

Fix file transfer

Michelle Bu hace 12 años
padre
commit
93bd0c0996
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lib/dataconnection.js

+ 1 - 0
lib/dataconnection.js

@@ -82,6 +82,7 @@ DataConnection.prototype._configureDataChannel = function() {
 
 DataConnection.prototype._cleanup = function() {
   if (this._dc && this._dc.readyState !== 'closed') {
+    console.log('closing', this._dc);
     this._dc.close();
     this._dc = null;
   }