Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

purgeIdleCellConnections: found one to purge conn = 0x1d57ba00

What's going on here? This is the first time I've ever seen this in the log.

I'm connected to NTP servers.

Building on iPhone running iOS 6.0 with latest version of XCode.

Should I ignore this? It doesn't seem to be doing anything else to my app...

like image 935
objectiveccoder001 Avatar asked Sep 09 '25 23:09

objectiveccoder001


1 Answers

IMPORTANT: You will get this message only when you run the App on a real device (iPhone 4 with iOS 6.0.1). This device uses a 3G-connection, not a WIFI-connection.

I do not get this message when I run the App on the simulator or when i run the application on device with Wifi.

like image 161
Adeesh Jain Avatar answered Sep 12 '25 15:09

Adeesh Jain