get_messages on handshake, send set_variables only to other users

This commit is contained in:
2023-01-29 21:28:47 +01:00
parent a1106c4b22
commit efc8f565bf
2 changed files with 28 additions and 12 deletions

View File

@ -25,7 +25,7 @@
user: "testClient"+Math.random()
}));
setInterval(function() { setVariable('test','einTollerText'+Math.random()) }, 1000);
setInterval(function() { setVariable('test','einTollerText'+Math.random()) }, 5000);
};
socket.onmessage = function(event) {