Skip to content
Snippets Groups Projects
Commit 7d3902fe authored by Moreau Elise's avatar Moreau Elise
Browse files

new port for websocket protocol

parent a894cf3f
No related branches found
No related tags found
No related merge requests found
...@@ -56845,7 +56845,7 @@ var parent = module.bundle.parent; ...@@ -56845,7 +56845,7 @@ var parent = module.bundle.parent;
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') { if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
var hostname = "" || location.hostname; var hostname = "" || location.hostname;
var protocol = location.protocol === 'https:' ? 'wss' : 'ws'; var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
var ws = new WebSocket(protocol + '://' + hostname + ':' + "37695" + '/'); var ws = new WebSocket(protocol + '://' + hostname + ':' + "45785" + '/');
   
ws.onmessage = function (event) { ws.onmessage = function (event) {
checkedAssets = {}; checkedAssets = {};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment