WebSocket error in v 2.5.20

0
0

Hello,

I have  WebSocket enabled  in my IIS server. However, the browser always fails to connect to the web socket.

Please find attached  screen shot of the issue.

 

 

 

 

 

 

TRANSLATE with
COPY THE URL BELOW
Back

EMBED THE SNIPPET BELOW IN YOUR SITE
Enable collaborative features and customize widget: Bing Webmaster Portal

// <![CDATA[
var intervalId = setInterval(function () { if (MtPopUpList) { LanguageMenu = new MtPopUpList(); var langMenu = document.getElementById(LanguageMenu_popupid); var origLangDiv = document.createElement("div"); origLangDiv.id = "OriginalLanguageDiv"; origLangDiv.innerHTML = "ORIGINAL: “; langMenu.appendChild(origLangDiv); LanguageMenu.Init(‘LanguageMenu’, LanguageMenu_keys, LanguageMenu_values, LanguageMenu_callback, LanguageMenu_popupid); window[“LanguageMenu”] = LanguageMenu; clearInterval(intervalId); } }, 1);
// ]]>

Attachment
  • You must to post comments
0
0

It’ not a Wisej issue. Your server is refusing the websocket connection or there is a proxy in between. Wisej has nothing to do with the way the browser and the server open a WebSocket connection, it’s a browser native class. If you need customized support on your installation please contact sales at wisej.com.

  • Tung Ngo
    Thanks Luca for the explaination. We are currently having the issue with our testing server, We will contact with you for help when we deploy to the server of our customer.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.