forked from snxraven/LinkUp-P2P-Chat
Now its time to debug peer topics since its empty right now
This commit is contained in:
parent
340362872f
commit
edd3f632cf
@ -23,8 +23,8 @@ class Client extends EventEmitter {
|
||||
console.log(`Connections count: ${this.swarm.connections.size} / Peers count: ${this.swarm.peers.size}`);
|
||||
|
||||
this.swarm.peers.forEach((peerInfo, peer) => {
|
||||
console.log([peer]);
|
||||
console.log([peerInfo]);
|
||||
console.log([peer.topics])
|
||||
console.log([peer.topics.filter(topic => topic)])
|
||||
console.log(`Peer ${[peer]} is in topic(s) [${[peer.topics].filter(topic => topic).map(topic => topic.toString('hex')).join(", ")}]`);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user