forked from snxraven/LinkUp-P2P-Chat
Ok i will stop exiting to test it properly
This commit is contained in:
parent
aa53cb487b
commit
2ed13e50f7
@ -24,8 +24,8 @@ class Client extends EventEmitter {
|
|||||||
if(this.swarm.connections.size > 0) {
|
if(this.swarm.connections.size > 0) {
|
||||||
let arr = [];
|
let arr = [];
|
||||||
[...this.swarm.peers].forEach(peer => arr.push([peer.topics]));
|
[...this.swarm.peers].forEach(peer => arr.push([peer.topics]));
|
||||||
|
console.log([...this.swarm.peers])
|
||||||
console.log(arr);
|
console.log(arr);
|
||||||
process.exit(-1);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user