我在 Nodejitsu 上运行了简单的 Node.js 和 Socket.IO 应用程序。该应用程序在家里和其他一些互联网服务中运行良好,但在我的工作中无法正常工作!
这是我收到的错误消息
The connection to ws://behseini-socketproject.jit.su/socket.io/1/websocket/QtVm6E79WwGLwBVjN7el was interrupted while the page was loading.
this.websocket = new Socket(this.prepareUrl() + query);
socket.io.js (line 2371)
GET http://behseini-socketproject.jit.su/socket.io/1/?t=1370531712581 200 OK
535ms
socket.io.js (line 1659)
ParamsHeadersResponse
fPtjDNnugmPPXKbnN7ep:60:60:websocket,htmlfile,xhr-polling,jsonp-polling
你能告诉我为什么会这样吗?是这种防火墙问题吗?
谢谢