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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Aug 22 12:56:12 EDT 2011


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

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


--- Comment #30 from Jonathan Peppers <jonathan.peppers at gmail.com> 2011-08-22 16:56:10 UTC ---
Sorry, it's been a few days.  I got to try this out just now.

I can't get your workaround to work for me (in my repro or final app).

Execution always falls in the else-block where you have the second C.WL, and I
need the callback to fire for my app to work appropriately.  And it's very
strange, because if I load up the expression evaluator it is the correct type
that should match the "is" operator.

One thing that occurred to me was that I'm using virtual methods and generics
here.  We are not using virtual methods for any particular reason (we just
wanted extensibility if needed later on).  I've heard there is some crazy stuff
going on under the hood when using virtual and generics at the same time in
mono.

Do you see any benefit in removing "virtual" from all methods in this class?

-- 
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