server cleaning
This commit is contained in:
parent
76eaa2e262
commit
b4b3e4142e
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ wss.on('connection', (socket, req) => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
connections.delete(socket);
|
connections.delete(socket);
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
const PORT = 8080;
|
const PORT = 8080;
|
||||||
|
|
Loading…
Reference in a new issue