mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-05-28 09:51:19 +00:00
to v4
This commit is contained in:
parent
139ac6e852
commit
326f56206c
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user