Node.js 和 socket.io - Opera 浏览器中的问题

发布于 2024-12-11 05:31:10 字数 415 浏览 1 评论 0原文

我使用浏览器 - 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

缱倦旧时光 2024-12-18 05:31:10

尝试遵循本指南: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.

私藏温柔 2024-12-18 05:31:10

您是否尝试启用 Websocket?放入工具栏,然后检查,然后保存。

opera:config#UserPrefs|EnableWebSockets

Did you try to enable Websocket? Put in your toolbar, then check, then save.

opera:config#UserPrefs|EnableWebSockets
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文