فهرست منبع

Fix file transfer

Michelle Bu 11 سال پیش
والد
کامیت
93bd0c0996
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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;
   }