Node.JS服务器经常掉线?

发布于 2024-10-09 09:55:11 字数 200 浏览 3 评论 0原文

我有一个 Node JS 服务器,我在其中使用 Socket.IO 将内容流式传输到浏览器。它在大约 45 分钟左右的流媒体播放中效果很好,然后通常会中断。终端中没有报告“错误”,节点服务器的行为就像它在其中一样,但是我正在服务的页面显然停止工作。

为了弄清真相,我有哪些选择?这可能是 Node/Socket.IO 的配置问题吗?您是否建议我设置任何基本错误日志记录?

I have a Node JS Server where I am using Socket.IO to stream content to the browser. It works great for about 45 minutes or so of streaming, then it will usually cut out. There are no "errors" reported in the terminal and the Node server acts like it is in, however the page I am serving clearly stops working.

What are my options for trying to get to the bottom of this? Could this be a configuration issue with Node/Socket.IO? is there any basic error logging you would recommend I setup?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

无戏配角 2024-10-16 09:55:11

如果没有看到你的代码,很难说,但是 NodeJS 的 Socket.IO 需要心跳来维持连接。这可能是发送心跳的客户端代码中的错误。

Hard to say without seeing your code, but Socket.IO for NodeJS requires a heartbeat to maintain connection. It could be a bug in the client code for sending the heartbeat.

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