dhbaird / easywsclient

A short and sweet WebSocket client for C++
MIT License
741 stars 205 forks source link

Half closed connection not handled #97

Open ssunilprasad opened 3 years ago

ssunilprasad commented 3 years ago

If the web socket server is crashed, then the client application using the easywsclient lead to an half closed state. It does not disconnect the socket and keep the connection open. Anyone noticed this issue?

Slluxx commented 3 years ago

I am having an issue with this too. Sadly i dont know anything about websockets.

@dhbaird , This seems like a pretty big issue because a working websocket server is never guaranteed.