get_messages on handshake, send set_variables only to other users
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user