Node.js 和 socket.io - Opera 浏览器中的问题
我使用浏览器 - Opera 版本 11.52。 我使用的版本是node.js - v0.4.12 和socket.io 版本0.8.5。
我尝试了这个例子 - https://github.com/LearnBoost/socket .io/tree/master/examples/chat
此页面启动并仅显示消息 - Connecting to socket.io server = In opera。
其他浏览器正常工作 - Firefox、IE、Chrome。
我尝试调试 node.js - 没有错误。
I use a browser - Opera version 11.52.
I use version of the node.js - v0.4.12 and socket.io version 0.8.5.
I tried this example - https://github.com/LearnBoost/socket.io/tree/master/examples/chat
This page starts up and displays only the message - Connecting to socket.io server = In opera.
Other browsers work properly - Firefox, IE, Chrome.
I tried to debug node.js - No errors.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试遵循本指南:https://github.com/LearnBoost/Socket。 IO/wiki/Configuring-Socket.IO 并将传输设置配置为优先考虑 xhr 轮询而不是 websockets,看看是否可以解决问题。我在生产 Web 应用程序上使用 socket.io 的经验是,websocket 传输不如 xhr-polling 可靠。
Try following this guide: https://github.com/LearnBoost/Socket.IO/wiki/Configuring-Socket.IO and configuring the transports setting to something that prioritizes xhr-polling over websockets and see if that resolves the issue. My experience with using socket.io on production web apps has been that the websocket transport is not as reliable as xhr-polling.
您是否尝试启用 Websocket?放入工具栏,然后检查,然后保存。
Did you try to enable Websocket? Put in your toolbar, then check, then save.