work towards connection error
This commit is contained in:
parent
c65e677f2c
commit
7b2f227bcc
3 changed files with 3 additions and 14 deletions
|
|
@ -269,7 +269,6 @@ Network.prototype._setupPeerHandlers = function(openCallback) {
|
|||
self._checkAnyPeer();
|
||||
});
|
||||
|
||||
|
||||
p.on('connection', function(dataConn) {
|
||||
console.log('### NEW INBOUND CONNECTION %d/%d', self.connectedPeers.length, self.maxPeers);
|
||||
if (self.connectedPeers.length >= self.maxPeers) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue