我有一个AngularJS应用程序,我正在使用Websockets连接到服务器:
_ws = new WebSocket("ws://localhost");
在FireFox中我现在得到以下错误(FireBug):
The connection to ws://localhost/ was aborted, while the page was loading. (Translated by me from German).
它一直在工作,所以我觉得最后一次Firefox更新导致了这个问题(当前版本:37.0.1
它仍在使用我测试的所有其他浏览器(Chrome,InternetExplorer,我的Android上的某些移动浏览器)。
任何人都可以知道这里的问题是什么?非常感谢你!