[Mono-bugs] [Bug 73592][Maj] Changed - socket doesn't close in thread

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 11 Mar 2005 10:11:55 -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 dick@ximian.com.

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

--- shadow/73592	2005-03-11 08:37:08.000000000 -0500
+++ shadow/73592.tmp.29588	2005-03-11 10:11:55.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: borodin@zg.bezopasnost.ru               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -67,6 +67,9 @@
     }
 
     public void callback(IAsyncResult ar) {
         Console.Error.WriteLine("callback");
     }
 }
+
+------- Additional Comments From dick@ximian.com  2005-03-11 10:11 -------
+Does the socket close if you run this on the ms runtime?