mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-07-04 11:21:33 +00:00
add multistream and muxer tests
This commit is contained in:
@ -55,8 +55,8 @@ function Swarm () {
|
||||
// FOR IDENTIFY
|
||||
self.emit('connection-unknown', conn)
|
||||
|
||||
// IDENTIFY DOES THIS FOR US
|
||||
// conn.on('close', function () { delete self.connections[conn.peerId] })
|
||||
// IDENTIFY DOES THIS FOR US
|
||||
// conn.on('close', function () { delete self.connections[conn.peerId] })
|
||||
})
|
||||
}).listen(self.port, ready)
|
||||
errorUp(self, self.listener)
|
||||
|
Reference in New Issue
Block a user