对于signalR的Firefox错误,但不会产生任何影响

时间:2012-10-15 22:59:01

标签: c# asp.net signalr

使用signalR时,我在firefox中遇到以下2个错误,我不知道原因:

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

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

使用SignalR,一切似乎都能正常工作,我的应用程序在所有浏览器中按预期工作,但我只是在firefox中遇到这些错误。有什么想法吗?

0 个答案:

没有答案