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.
我有一个 Web 应用程序,可以在页面就绪时创建到服务器的 WebSocket 连接。但是,一旦手机进入睡眠/待机状态然后我将其唤醒,应用程序似乎已失去该连接。这是预期的吗?如何在我的 Safari 网页中对此进行编码,以便我可以检测连接丢失并检测手机何时退出待机状态以便我可以重新连接?我在后端使用 node.js,在服务器和客户端使用 socket.io 库。
谢谢!