Hi,
I have a small client network app and a small server network app that makes use of POCO. When I close either of these, the OnReadable function in the other one still gets called the entire time. How can I tell the server to stop listening when the client closes and visa versa? Must I create and send a packet of my own, or is there a nice automatic way?
My programs makes use of StreamSockets and ServerSockets.
Regards.





