[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 00:45:10 -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:42:39.000000000 -0400
+++ shadow/71217.tmp.3200	2005-04-07 00:45:10.000000000 -0400
@@ -261,6 +261,11 @@
 We're going to change the implementation of async. methods in
 Socket.cs right after next mono release (due in a few days) and expect
 this bug to be fixed with the new implementation.
 
 ------- Additional Comments From gonzalo@ximian.com  2005-04-07 00:42 -------
 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.
+