forked from snxraven/LinkUp-P2P-Chat
It can have multiple topics :( time to figure a way to do it then ig
This commit is contained in:
parent
2ca07e46c3
commit
27b3528304
@ -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(", ")}]`);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user