Skip to content
Commit 40e9e61a authored by Antoine Millet's avatar Antoine Millet
Browse files

Unexpected socket error on read now shutdown the connection

This behavior allow to handle properly the case where an error
(such as a Broken Pipe error) is raised when reading on the socket.
When using SimpleServer class, the socket will be removed from the
connected client list. When using as client, the application is in charge
of re-connection exactly like a desired shutdown. A DEBUG logging message
is emitted by the library when this event is triggered.
parent 0703dc09
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment