mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Removed any ping/pong on MSTSC channel.
This commit is contained in:
parent
2503404726
commit
f37d0abdda
3 changed files with 7 additions and 5 deletions
|
@ -150,7 +150,7 @@
|
|||
connect : function (ip, domain, username, password, next) {
|
||||
// Start connection
|
||||
var self = this;
|
||||
this.socket = new WebSocket("wss://" + window.location.host + "/mstsc/relay.ashx");
|
||||
this.socket = new WebSocket('wss://' + window.location.host + '/mstsc/relay.ashx');
|
||||
this.socket.binaryType = 'arraybuffer';
|
||||
this.socket.onopen = function () {
|
||||
//console.log("WS-OPEN");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue