This commit is contained in:
charsyチャーシィ 2021-02-28 21:17:50 -07:00
parent 78ea25ed37
commit 3be941dddc
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ class Client extends EventEmitter {
this.connectionid; this.connectionid;
this.server.connections.delete(this.connectionid); this.server.connections.delete(this.connectionid);
this.destroied = true; this.destroied = true;
console.log(`Removed Connection ${this.connectionid}.`);
} }
bindEventListeners() { bindEventListeners() {
this.ws.on("message", (evt, admin) => { this.ws.on("message", (evt, admin) => {