server cleaning

This commit is contained in:
Killian Marty 2023-12-08 17:45:22 +01:00
parent 76eaa2e262
commit b4b3e4142e

View file

@ -173,6 +173,7 @@ wss.on('connection', (socket, req) => {
} }
} }
connections.delete(socket); connections.delete(socket);
});
}); });
const PORT = 8080; const PORT = 8080;