Fixing a stupid typo, sorry about that
This commit is contained in:
@@ -61,7 +61,7 @@ if (id) {
|
||||
}
|
||||
});
|
||||
|
||||
var wss_address = "wss://" + websocket_server + ":" + websocket_port +"/");
|
||||
var wss_address = "wss://" + websocket_server + ":" + websocket_port +"/";
|
||||
console.log("Opening WSS: " + wss_address)
|
||||
var ws = new WebSocket(wss_address);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user