[Mono-bugs] [Bug 62398][Nor] Changed - Non-blocking connect broken under Linux

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 4 Aug 2004 09:56:11 -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 dick@ximian.com.

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

--- shadow/62398	2004-08-04 00:56:50.000000000 -0400
+++ shadow/62398.tmp.24770	2004-08-04 09:56:11.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 62398
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: RedHat 8, dual-CPU machine
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: michi@zeroc.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -148,6 +148,10 @@
             }
         }
 
         Environment.Exit(0);
     }
 }
+
+------- Additional Comments From dick@ximian.com  2004-08-04 09:56 -------
+The problem here is that we weren't updating the Connected property
+when Select returns.  Fixed in CVS 1.0 and HEAD.