commented out unused websocketserver functions

This commit is contained in:
Mystikfluu 2022-04-24 16:08:45 +02:00
parent 91aa0e5302
commit 9dcf467595

View File

@ -483,12 +483,12 @@ const wss = new WebSocket({
}
});
wss.on("connection", function connection(ws) {
// ws.isAlive = true;
ws.on("close", function close() {
})
ws.on("message", function incoming(message) {
//message = message.toString()
})
})
// wss.on("connection", function connection(ws) {
// // ws.isAlive = true;
// ws.on("close", function close() {
//
// })
// ws.on("message", function incoming(message) {
// //message = message.toString()
// })
// })