https://bugzilla.novell.com/show_bug.cgi?id=686069
https://bugzilla.novell.com/show_bug.cgi?id=686069#c0 Summary: NSUrlConnection won't work outside main thread Classification: Mono Product: MonoTouch Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: Runtime AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Customer Blocker: --- Description of Problem: I used NSUrlConnection outside the main thread, because my appication needed so. But NSUrlConnection just does nothing at all. And I spend hours in debuging it to find out what is going, and finally it worked if I move it into Main Thread. I don't know if it's intended to be so, but we should be at lease informed with a warning or exception, so we don't need to waste hours on this. Steps to reproduce the problem: 1. Use NSUrlConnection outside main thread Actual Results: Nothing happens after connection.Start, delegate never get called Expected Results: delegate get called or exception will be thrown How often does this happen? Always Additional Information: -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
