Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS purgeIdleCellConnections [duplicate]

I'm getting a list of purgeIdleCellConnections shortly after downloading a lot of png images from the internet from a model class in the app.

Is this a threat to the application? It doesn't freeze up. Should I manually be closing connections?

Thanks!

xcode 4.2.1, ARC, deploying to ios 5.0+

EDIT: I'm seeing the list in my console. Also, I only see it when testing from my phone on a 3G network, not on wifi. Doesn't happen in simulator either.

like image 873
user1467188 Avatar asked Jul 24 '12 18:07

user1467188


People also ask

Why does my iPhone contacts keep duplicating?

These duplicates can occur when you have multiple spellings of the same name or email address, or when you imported your contacts to Outlook. You must delete duplicate contacts manually, or you can merge them by changing the information from one contact to match the information from the duplicate.


1 Answers

I have no idea where you're seeing "a list of purgeIdleCellConnections".

If you mean in the Organizer console, it's probably normal: You've just stopped downloading stuff, so presumably there are now a bunch of idle cell network connections which can be turned off to save power (that's my take on it, anyway).

like image 172
tc. Avatar answered Sep 29 '22 08:09

tc.