[Mono-bugs] [Bug 28291][Maj] Changed - Threading does not support combined start delegate

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
29 Jul 2002 10:06: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 dietmar@ximian.com.

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

--- shadow/28291	Sun Jul 28 15:34:43 2002
+++ shadow/28291.tmp.24753	Mon Jul 29 06:06:30 2002
@@ -1,14 +1,14 @@
 Bug#: 28291
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: dick@ximian.com                            
 ReportedBy: dick@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -23,6 +23,10 @@
     Thread t = new Thread(tsd);
     t.Start();
     t.Join();
 }
 
 Reported by Hercules <herculeschoy@hotmail.com>
+
+------- Additional Comments From dietmar@ximian.com  2002-07-29 06:06 -------
+we now use real delegate invoke functions to make it work with
+multicast delegates.