Small Stuff

This commit is contained in:
Simon Martens
2023-09-12 13:36:01 +02:00
parent 27200a80a6
commit 72bf3612a3
5 changed files with 35 additions and 14 deletions

View File

@@ -28,7 +28,7 @@ socket.onopen = function (event) {
socket.send("Hello");
wsPingInterval = setInterval(() => {
socket.send("Ping");
}, 4500);
}, 30000);
updateMessage();
};
socket.onclose = function (event) {