Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Error using CFWebsocket tag in ColdFusion 10

Engaged ,
Oct 07, 2012 Oct 07, 2012

Hi,

I'm using CF 10 and IIS.

I'm using the cfwebsocket tag in ColdFusion 10 and it works the majority of the time, but in Firefox I'm using Firebug and I get these errors randomly sometimes.  I'm not sure why though.  I setup a basic page where I enter text into an HTML input field.  When you press enter, any subscribed clients should receive the message.  7/10 times or so it works fine, but then sometimes the message won't come through and I will get the below errors in Firebug.

SyntaxError: parseJSON

The connection to ws://127.0.0.1:8575/cfusion/cfusion was interrupted while the page was loading.


this.wsConnection=new WebSocket(_2);

Anyone seen this error message in Firefox?

TOPICS
Advanced techniques
853
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 17, 2014 Sep 17, 2014
LATEST

I also received this same issue. Have you resolved it yet?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources