[us...@lists.monobjc.net] thread safe SendMessage

2009-12-09 Thread Duane Wandless
Laurent, I'm guessing this is a threading issue. I ran into this call stack: Unhandled Exception: System.ArgumentException: Duplicate type name within an assembly. at System.Reflection.Emit.ModuleBuilder.DefineType (System.String name, TypeAttributes attr, System.Type parent, System.Type[]

Re: [us...@lists.monobjc.net] thread safe SendMessage

2009-12-09 Thread Laurent Etiemble
Hello, You are right, this part is not guarded to be thread-safe. I will add a critical section around the generation code. Can you still send the stack-trace for curiosity ? Regards, Laurent Etiemble. 2009/12/9 Duane Wandless du...@wandless.net: Laurent, I'm guessing this is a threading