This commit is contained in:
Robin Linus 2016-01-05 04:00:27 +01:00
parent 1626875ba8
commit 2b3698ece0
7 changed files with 11 additions and 6 deletions

View file

@ -109,7 +109,7 @@
console.log(err);
if (err.message.indexOf('Connection is not open') > -1) {
console.error('Handle this error!!', err);
this.connectToPeer(requestedPeer, callback);
//this.connectToPeer(requestedPeer, callback);
}
}.bind(this));