[Mono-bugs] [Bug 687865] Async methods of HttpWebRequest fail when compiled for the Device

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Aug 12 16:30:28 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=687865

https://bugzilla.novell.com/show_bug.cgi?id=687865#c20


--- Comment #20 from Sebastien Pouliot <sebastien.pouliot at gmail.com> 2011-08-12 20:30:27 UTC ---
I think the previous patch fixed the compilation - but not the execution. E.g.

if (state.Callback is Action<Response>) {
   Console.WriteLine ("YAY!");
} else {
   Console.WriteLine ("no callback called {0}", state.Callback.GetType ());
}

prints:

no callback called System.Action`1[Omniprise.API.Response]

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list