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.
我们正在使用 Alchemy Websockets 使用 HTML5 websockets 将我们的实时股市消息分发给我们的客户。我们的应用程序广播并向客户组发送个人消息。现在,我们面临的问题是,每当客户端突然断开网络连接(任何网络故障等)时,服务器(Alchemy)会冻结广播消息 15-20 秒,然后继续向除断开连接的客户端之外的其他订阅客户端发送消息.
您有任何解决方案来克服此错误吗?请告诉我。