[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 17:04:12 -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 michi@zeroc.com.

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

--- shadow/62398	2004-08-04 09:56:11.000000000 -0400
+++ shadow/62398.tmp.32261	2004-08-04 17:04:12.000000000 -0400
@@ -152,6 +152,16 @@
     }
 }
 
 ------- 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.
+
+------- Additional Comments From michi@zeroc.com  2004-08-04 17:04 -------
+That's interesting. I'll try with a new check-out. But, as I recall, 
+trying to read from the socket once Select() returned a writeable 
+descriptor also failed with a "not connected" exception. I'll try 
+this today and let you know how I go.
+
+Cheers,
+
+Michi.