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.
Loading
Please register or sign in to comment