1
0
mirror of https://github.com/fluencelabs/js-libp2p synced 2025-07-25 05:21:57 +00:00

for indutny

This commit is contained in:
David Dias
2015-07-09 20:00:59 -07:00
parent 0aab8ead56
commit 44de105428

@@ -59,8 +59,7 @@ function Swarm () {
conn.on('error', function (err) {
// self.emit('error', err)
})
conn.on('close', function () {
})
conn.on('close', function () {})
// IDENTIFY DOES THAT FOR US
// conn.on('close', function () { delete self.connections[conn.peerId] })