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.
如果客户端已连接然后断开连接 - 假设他的连接丢失 5 分钟;服务器是否将无法传递的消息排队?
在本地开发服务器上似乎是这种情况?
如果在生产中是这种情况 - 消息排队等待多长时间?
谢谢
在生产中,如果您的服务器收到 /_ah/channel/disconnected/ POST,则消息将被丢弃。
在实践中,有一点点缓存。如果你例如。由于您的 wifi 连接断开,您的连接非常短暂地丢失,在此期间发送的消息可能会排队并传递。但在这种情况下,您不应该收到断开连接的 POST。