KanikaVarma / sudzc

Automatically exported from code.google.com/p/sudzc
0 stars 0 forks source link

sudzc background thread #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When we call our web service method on a background thread it doesn't work. It 
never comes to handler method. I think the reason of that is NSURLConnection.
So, If we send that method to main thread then it works. But this time it 
blocks GUI thread (main) because of send method of SoapRequest.
This situation happens on MAC OS. We tried it on an iphone 4.

Original issue reported on code.google.com by yilma...@gmail.com on 27 Aug 2014 at 8:25