fix(p2p): ignore errors on conn
This commit is contained in:
parent
fecea0d491
commit
64ab97127a
@ -1111,6 +1111,8 @@ const p2p = {
|
||||
send('peer', this.peers.length)
|
||||
}
|
||||
})
|
||||
|
||||
socket.on('error', (err) => {})
|
||||
},
|
||||
emit(type, data, callback)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user