dhbaird / easywsclient

A short and sweet WebSocket client for C++
MIT License
753 stars 204 forks source link

Half closed connection not handled #97

Open moho-777 opened 3 years ago

moho-777 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.