[Mono-bugs] [Bug 74661][Nor] Changed - Asynchronous I/O not working with windows

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 21 Apr 2005 21:14:02 -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=74661

--- shadow/74661	2005-04-21 13:26:23.000000000 -0400
+++ shadow/74661.tmp.28042	2005-04-21 21:14:02.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 74661
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: XP
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dominic_ullmann@hispeed.ch               
 QAContact: mono-bugs@ximian.com
@@ -122,6 +122,13 @@
 If the remote host shuts down the Socket connection and all 
 available data has been received, the EndRead method will complete 
 immediately and return zero bytes.
 
 Thank you
 Best regards!
+
+------- Additional Comments From gonzalo@ximian.com  2005-04-21 21:14 -------
+The asynch. IO code was rewritten after the last mono release and
+that's what I tested and works.
+
+Please, run your test after next release and reopen if it still fails
+for you. Works fine here with code from SVN (not released yet).