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.
我在 Channel API 上构建了一个应用程序,使用通道存在 url 来跟踪连接的客户端。
当客户离开时,我在 /_ah/channel/disconnected/ 收到一个 ping。如果在前端客户端连接时令牌过期,我会收到 ping 吗?
是的你将会。你的前端客户端会收到一个 onerror 和 onclose 回调。