We are using Alchemy Websockets for distributing our real-time stock market messages to our clients using HTML5 websockets. Our application broadcasts and also send individual messages to client groups. Now, the problem we face is that whenever a client abruptly disconnects from the network(any network failure etc..), the server (Alchemy) freezes the broadcasting messages for 15-20 seconds before it continues to message other subscribed clients except disconnected client.
Do you have any solutions to overcome this error? Kindly let me know.