update register cmd
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
connection.onopen = function ()
|
||||
{
|
||||
connection.send(clientId + ';' + Math.floor(new Date().getTime()/1000.0).toString());
|
||||
connection.send(clientId + ';3440;' + Math.floor(new Date().getTime()/1000.0).toString());
|
||||
setTimeout(() => { connection.send(clientId + ';boats'); }, 100);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user