Remoting events - synchronized vs non-synchronized

Hi,

I’m trying to use threaded events by setting TEventReceiver.SynchronizeInvoke to false. However, the event handler is not called when false but works fine when true (running on the main thread) ). Are there any other settings to consider for this to work? Tried both with and without LegacyEvents.

Thanks in advance

solved via support@

Just wondering - what was the reason? In case one has the same problem eventually

Hi,

it was a thread dead-lock in user’s code.