Firefox error for signalR, but does not effect anything

Posted by anthonypliu on Stack Overflow See other posts from Stack Overflow or by anthonypliu
Published on 2012-10-15T22:59:01Z Indexed on 2012/10/15 23:01 UTC
Read the original article Hit count: 246

Filed under:
|
|

I get the 2 following errors in firefox when using signalR and I do not know why:

Timestamp: 10/15/2012 3:53:48 PM
Error: The connection to http://localhost:81/signalr/connect?transport=serverSentEvents&connectionId=84a7f433-0cc8-4baf-93e9-d4c3ca968466&connectionData=%5B%7B%22name%22%3A%22Chat%22%7D%5D&tid=7 was interrupted while the page was loading.
Source File: http://localhost:81/Scripts/jquery.signalR-0.5.3.min.js
Line: 9

and

Timestamp: 10/15/2012 3:53:50 PM
Error: no element found
Source File: http://localhost:81/signalr/abort?transport=serverSentEvents&connectionId=84a7f433-0cc8-4baf-93e9-d4c3ca968466
Line: 1

Everything seems to work fine with SignalR and my application works as expected across all browsers, but I just get these errors in firefox only. Any ideas?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET