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 c28357f commit a147f86Copy full SHA for a147f86
pynetworktables2js/js/networktables.js
@@ -260,7 +260,7 @@ const NetworkTables = new function () {
260
261
// construct the websocket URI
262
const loc = window.location;
263
- const protocol = loc.protocol === "https:" ? "wss:" : "ws:";
+ const protocol = "ws:";
264
// If the websocket is being served from a different host allow users
265
// to add a data-nt-host="" attribute to the script tag loading
266
// Networktables.
0 commit comments