2

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

Newbee
  • 3,231
  • 7
  • 42
  • 74

1 Answers1

0

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

Newbee
  • 3,231
  • 7
  • 42
  • 74