[Mono-bugs] [Bug 312409] ThreadPool.RegisterWaitForSingleObject does not work

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed May 6 14:41:30 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=312409

User jhurliman at metaverseindustries.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=312409#c5


John Hurliman <jhurliman at metaverseindustries.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
           Platform|Other                       |All
            Version|unspecified                 |2.4.x
         Resolution|                            |FIXED




--- Comment #5 from John Hurliman <jhurliman at metaverseindustries.com>  2009-05-06 12:41:29 MDT ---
Actually, I debugged this further and found out that the
ThreadPool.RegisterWaitForSingleObject() is working fine in Mono 2.4. The
actual problem is that if you don't call Close() on the stream returned from
HttpWebRequest.EndGetRequestStream() after writing, the call to
HttpWebRequest.BeginGetResponse() will hang (which is different from the .NET
behavior where you don't need to call Close()).

-- 
Configure bugmail: http://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.


More information about the mono-bugs mailing list