Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using a socket.io like service to implement real time messaging on iOS. I wrap the service using UIWebview, which is retained in a singleton NSObject (Not attached to any UIView).

I can successfully establish connection to the server, and get message from it using longpolling in Javascript. However, my problem is that the connection will fail after some time of idling. It is hard to debug why this happens.

So I suspect if iOS system will kill this sort of connection when UIWebview is not added to any view or being inactive.

Anyone knows the working mechanism of UIWebview's threads and connections?

Thanks! Bob

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.