It can have multiple topics :( time to figure a way to do it then ig

This commit is contained in:
MrMasrozYTLIVE 2024-06-10 21:13:52 +03:00
parent 2ca07e46c3
commit 27b3528304

View File

@ -25,9 +25,7 @@ class Client extends EventEmitter {
this.swarm.peers.forEach((peerInfo, peer) => { this.swarm.peers.forEach((peerInfo, peer) => {
console.log(`Peer ${[peer]} is in topic(s) [${[peerInfo.topics].filter(topic => topic).map(topic => { console.log(`Peer ${[peer]} is in topic(s) [${[peerInfo.topics].filter(topic => topic).map(topic => {
console.log(topic) console.log(topic.map(top => b4a.toString(top, 'hex')))
return "test"
// b4a.toString(topic, 'hex')
}).join(", ")}]`); }).join(", ")}]`);
}); });
}); });