[Mono-bugs] [Bug 33745][Maj] Changed - Socket.Poll appears to be incorrect
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
12 Nov 2002 16:40:55 -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 tim@timcoleman.com.
http://bugzilla.ximian.com/show_bug.cgi?id=33745
--- shadow/33745 Tue Nov 12 11:34:23 2002
+++ shadow/33745.tmp.14846 Tue Nov 12 11:40:55 2002
@@ -137,6 +137,12 @@
(intptr,System.Net.SocketAddress)
in <0x00055> 00 System.Net.Sockets.Socket:Connect
(System.Net.EndPoint)
in <0x00032> 00 .Worker:Connect ()
in <0x00057> 01 System.MulticastDelegate:invoke_void ()
+
+------- 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.