[Mono-bugs] [Bug 33745][Maj] Changed - Asynchronous socket connect

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
10 Dec 2002 17:59:30 -0000


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=33745

--- shadow/33745	Tue Nov 12 12:02:21 2002
+++ shadow/33745.tmp.24423	Tue Dec 10 12:59:30 2002
@@ -1,13 +1,13 @@
 Bug#: 33745
 Product: Mono/Class Libraries
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Debian unstable
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: System
 AssignedTo: dick@ximian.com                            
 ReportedBy: tim@timcoleman.com               
 QAContact: mono-bugs@ximian.com
@@ -143,6 +143,14 @@
 
 ------- Additional Comments From tim@timcoleman.com  2002-11-12 11:40 -------
 
 Actually, looking into it a bit more, it appears that the exception 
 occurs from BeginConnect rather than EndConnect.  That would imply 
 that the problem is not with Socket.Poll.
+
+------- Additional Comments From dick@ximian.com  2002-12-10 12:59 -------
+The problem was the usage of Timespan in WaitHandle (and other
+classes) - the Milliseconds property was being used where the
+TotalMilliseconds one should have been.
+
+Fixed in CVS.
+