so topics in .map() are array. Is it array that always has only one buffer or can have lots of them???

This commit is contained in:
MrMasrozYTLIVE 2024-06-10 21:11:46 +03:00
parent e396bcbb0b
commit 2ca07e46c3

View File

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