[Mono-bugs] [Bug 38136][Nor] Changed - System.Net.Sockets.Socket exception when connecting
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 16 Feb 2003 17:11:38 -0500 (EST)
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=38136
--- shadow/38136 Sun Feb 16 05:31:39 2003
+++ shadow/38136.tmp.29079 Sun Feb 16 17:11:38 2003
@@ -1,12 +1,12 @@
Bug#: 38136
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Normal
Component: System
AssignedTo: gonzalo@ximian.com
ReportedBy: alp@atoker.com
@@ -170,6 +170,11 @@
completes, so if Poll() returns and Connect() succeeds, the socket is
connected. If Poll() returns and Connect() still fails with
EINPROGRESS, then we'll just have to rethrow the exception I think.
Alternatively, we could implement WSAEventSelect(), which can set an
OS event when the connect completes.
+
+------- Additional Comments From gonzalo@ximian.com 2003-02-16 17:11 -------
+Connect - catch - poll - connect works!
+
+I also fixed Receive cause after fixing Connect this one failed too.