This commit is contained in:
David Dias 2015-09-14 12:06:41 +01:00
parent 139ac6e852
commit 326f56206c

View File

@ -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()