I'm facing a problem that appears only on slow connection (Gprs). I'm sending data using NSURLConnection and after getting the response i got :
purgeIdleCellConnections: found one to purge conn = 0x5e738e0
I searched on the internet but couldn't find something to help me. Any ideas ?
I'm gonna check again my memory management because it seems that it comes from a memory error but how to deal with it is another story.
Thanks for your help
I encountered same message because sequential call of NSURLConnection sendSynchronousRequest
method.
In my case, first call was executed normally but second one was cause of purgeIdleCellConnections: found one to purge conn
.
Your code might have same behavior as mine.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With