views:

411

answers:

1

Hi, I keep getting the following message from my iPhone 3.0 when trying to convert a large NSData object into base64Encoding for http transmission :

void SendDelegateMessage(NSInvocation*): delegate failed to return after waiting 10 seconds. main run loop mode: kCFRunLoopDefaultMode If you were not using the touch screen for this entire interval (which can prolong this wait), please file a bug.

I am using synchronous request and touch screen will be frozen with only UIProgressView displaying status while uploading data. Anyone have any good idea how to resolve this problem ?

regards Andrew

A: 

if you are using the webview then we need to do this first b4 moving to next view .delegate = nil;

santhosh kumar R