Tagged Questions

1
vote
2answers
216 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 ...
1
vote
1answer
416 views

SIGPIPE crash when switching background task

I'm experiencing a weird crash when sending my app into the background, loading a new app, switching the device into sleep mode, waking up the device, closing the new app and then opening my app from ...
0
votes
1answer
806 views

SIGPIPE error in iOS4 when app is running background and lock screen

I use BSD socket in my app to send and receive data on iphone4(iOS4.1),there are three situations in my app: app is running in foreground and screen locks, it's fine. app is running in background ...
0
votes
5answers
1k views

How to catch sigpipe in iphone app?

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