Added changes from other branch

This commit is contained in:
SamTV12345 2024-01-14 11:43:56 +01:00
parent b6eaba64d4
commit 0b48179415
10 changed files with 398 additions and 186 deletions

View file

@ -207,7 +207,7 @@ const sendClientReady = (isReconnect) => {
msg.reconnect = true;
}
socket.json.send(msg);
socket.emit("message", msg);
};
const handshake = async () => {