@ -315,6 +315,11 @@ async function handshake(name, password){
deek.emit("error", "timed out")
});
const keep_alive = setInterval(function(){
ws.ping();
}, 5000);
ws.once("close", function(){