Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
I also received this same issue. Have you resolved it yet?