[Mono-bugs] [Bug 53229][Maj] Changed - Using BeginReceive on a Socket causes SocketException in worker thread when Socket is closed
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 23 Jan 2004 12:51:57 -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 jconley@winfessor.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53229
--- shadow/53229 2004-01-22 14:45:21.000000000 -0500
+++ shadow/53229.tmp.26554 2004-01-23 12:51:57.000000000 -0500
@@ -120,6 +120,11 @@
End If
Catch ex As Exception
System.Console.WriteLine("exception occurred in
beginreceivecb: " & ex.ToString)
End Try
End Sub
+
+------- Additional Comments From jconley@winfessor.com 2004-01-23 12:51 -------
+Created an attachment (id=6509)
+Here's the test case in CSharp that can be compiled to a console application
+