How to determine an invalid CFSocket
- by Chris
Hi Everyone,
how can I avoid, to send data via CFSocketSendData to an invalid socket?
I've try to determine the socket state with CFSockerIsValid, but this method
returns still true when the other side is close.
So how can I determine if the socket is valid? In order so avoid Errors.
Thank
Chris