@@ -315,6 +315,11 @@ async function handshake(name, password){
deek.emit("error","timed out")
});
constkeep_alive=setInterval(function(){
ws.ping();
},5000);
});
ws.once("close",function(){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.