Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个到 WebSocket 的连接,它每秒向我发送数据,但是当我锁定手机屏幕时,大约 5 分钟后,WebSocket 连接会关闭,代码为 1006。
这只发生在锁定屏幕时。如果我打开另一个标签,一切都很好。
发生这种情况是因为移动设备被锁定、进入睡眠状态或应用程序被移至后台,活动的 WebSocket 连接可能会变得无响应并且无法正确关闭自身。
如果不强制浏览器继续在后台运行,则无法阻止这种行为。