We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70539e commit 17888cbCopy full SHA for 17888cb
README.md
@@ -51,7 +51,6 @@ client.on("disconnect", (netID) => {
51
client.on("raw", (netID, channelID, data) => {
52
const peer = new Peer(client, netID);
53
console.log("raw", data);
54
- console.log(peer.enet.address, peer.port);
55
});
56
57
client.listen();
0 commit comments