forked from snxraven/LinkUp-P2P-Chat
Compare commits
3 Commits
033330fd04
...
66d684e473
Author | SHA1 | Date | |
---|---|---|---|
|
66d684e473 | ||
|
03f053723d | ||
b88337c398 |
@ -23,7 +23,7 @@ class Client extends EventEmitter {
|
||||
console.log(`Peers count: ${this.swarm.connections.size} (${this.swarm.peers.size})`);
|
||||
|
||||
this.swarm.peers.forEach((peer, peerInfo) => {
|
||||
console.log(`Peer ${peer} is in topic(s) ${[...peerInfo.topics].map(topic => topic.toString('hex'))}`);
|
||||
console.log(`Peer ${peer} is in topic(s) ${[peerInfo.topics].filter(topic => topic).map(topic => topic.toString('hex'))}`);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user