We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421ff7c commit 474e12fCopy full SHA for 474e12f
js/tracker.js
@@ -7,7 +7,7 @@ var predictions_url = "https://api.v2.sondehub.org/predictions?vehicles=";
7
var recovered_sondes_url = "https://api.v2.sondehub.org/recovered";
8
9
var livedata = "wss://ws-reader.v2.sondehub.org/";
10
-var clientID = "SondeHub-Tracker-" + Math.floor(Math.random() * 10000);
+var clientID = "SondeHub-Tracker-" + Math.floor(Math.random() * 10000000000);
11
var client = new Paho.Client(livedata, clientID);
12
var clientConnected = false;
13
var clientActive = false;
0 commit comments