mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-07-04 03:11:38 +00:00
to v4
This commit is contained in:
@ -104,7 +104,7 @@ function Swarm () {
|
||||
conn: conn,
|
||||
socket: socket
|
||||
}
|
||||
conn.on('close', function () { delete self.connections[peer.id.toB58String()] })
|
||||
conn.on('close', function () { delete self.connections[peer.id.toB58String()]})
|
||||
errorUp(self, conn)
|
||||
|
||||
cb()
|
||||
|
Reference in New Issue
Block a user