Question

I have been facing the SIGPIPE crashing frequently, I know its because of connection problem, one of my socket is trying to write after lost connection, but problem is I don't have here control over the socket descriptors (Got tcp class as .a), to set signal() like IGNORE or NO_SIGPIPE. So any way to igone using Xcode. Any suggestion is really helpful to me.

thanks

Était-ce utile?

La solution

Even though I don't have socket descriptors I have tried with Signals it seems working.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top