Re: NSURLConnection - data comes in after completion
Re: NSURLConnection - data comes in after completion
- Subject: Re: NSURLConnection - data comes in after completion
- From: David Duncan <email@hidden>
- Date: Mon, 2 Aug 2010 09:50:01 -0700
On Aug 2, 2010, at 9:40 AM, Fritz Anderson wrote:
> The didReceiveData: callback asserts that the data accumulator exists. In certain circumstances (it seems to be with four of these requests started nearly simultaneously), the assertion is triggered. self.dataAccumulator is nil, and there is a significant amount of data coming in - 30K out of a 200K image.
It is unclear how you are managing having multiple requests. Do you have multiple instances of this class, or does -loadAsync just get called 4 times?
--
David Duncan
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden