mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-05-29 18:21:23 +00:00
to v4
This commit is contained in:
parent
139ac6e852
commit
326f56206c
@ -104,7 +104,7 @@ function Swarm () {
|
|||||||
conn: conn,
|
conn: conn,
|
||||||
socket: socket
|
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)
|
errorUp(self, conn)
|
||||||
|
|
||||||
cb()
|
cb()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user