Subject: Event Handlers not firing when threaded?
Is this normal? I am trying to establish multiple connections (5) in this application but when I thread my connection class, I cannot get any EventHandlers to fire.
EventHandlers only fire when not threaded.
Is this by design?
.NET 4 VS 2010 C#
EventHandlers only fire when not threaded.
Is this by design?
.NET 4 VS 2010 C#