help-js
Root Question Message
await socket.connect({host, port, timeout: 5000}); { // <--- what is this? socket.writeVarInt(0x00); socket.writeVarInt(50); // ... } let response; // ...
Sign In and Join Server To See