Tagged Questions

1
vote
2answers
241 views

AsyncUDPSocket broken pipe after locking phone with application suspended in background

I'm using the AsyncUDPSocket third party library in my iPhone app and for the most part it works great. I have a singleton instance of an AsyncUDPSocket that I use for all my network traffic. My app ...
0
votes
2answers
363 views

Writing a webserver in objective c— getting a SIGPIPE call when uploading larger files

I am writing a webserver for a music sharing app ... when I have a large file (i.e an mp3) this does not work. It crashes on SIGPIPE error code. The header I am sending has "Connection: close" -- but ...
0
votes
5answers
1k views

How to catch sigpipe in iphone app?

How can i catch sigpipe in iphone/objective-c? thanks