[Mono-bugs] [Bug 71217][Nor] Changed - Socket.BeginSend & Other Async Methods Block for Many Simultaneous calls

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 7 Apr 2005 20:23:04 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71217

--- shadow/71217	2005-04-07 00:45:10.000000000 -0400
+++ shadow/71217.tmp.15615	2005-04-07 20:23:04.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 71217
 Product: Mono: Class Libraries
 Version: 1.1
 OS: Red Hat 9.0
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: scott@imeem.com               
 QAContact: mono-bugs@ximian.com
@@ -266,6 +266,11 @@
 I have a soon to be posted patch that fixes this. 
 
 ------- Additional Comments From gonzalo@ximian.com  2005-04-07 00:45 -------
 Btw, I added an AutoResetEvent that is Set once the server is
 listening, otherwise the first attempts to connect fail.
 
+
+------- Additional Comments From gonzalo@ximian.com  2005-04-07 20:23 -------
+Fixed in SVN HEAD.
+
+Thanks.