fix(relay): ignore relays errors #112
This commit is contained in:
parent
05a712e676
commit
be81f81032
@ -488,6 +488,10 @@ class p2p {
|
||||
this.connectToRelay(candidatePeer[0], --tryes)
|
||||
}
|
||||
});
|
||||
|
||||
this.relaySocket.on('error', (err) => {
|
||||
logT('relay', 'error during relay connection:', err);
|
||||
})
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user