1
0
Fork 0
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:
Ylian Saint-Hilaire 2021-04-01 11:39:35 -07:00
parent 2503404726
commit f37d0abdda
3 changed files with 7 additions and 5 deletions

View file

@ -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");