forked from snxraven/LinkUp-P2P-Chat
b4a doesnt work its time to debug again
This commit is contained in:
parent
3b7f0fbd1d
commit
e396bcbb0b
@ -24,7 +24,10 @@ 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 ${[peer]} is in topic(s) [${[peerInfo.topics].filter(topic => topic).map(topic => b4a.toString(topic, 'hex')).join(", ")}]`);
|
||||
console.log(`Peer ${[peer]} is in topic(s) [${[peerInfo.topics].filter(topic => topic).map(topic => {
|
||||
console.log(topic)
|
||||
b4a.toString(topic, 'hex')
|
||||
}).join(", ")}]`);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user