Hi Danijel.. it's me.. again..
We tried today all day long to find a strange error :
We have a server (TRtcHttpServer) that works just fine, it's set to multi threaded and we tried to implement the sync method. The moment we place a sync in the OnExecute of a function, it's will get stuck there.
Server properties are like this :
And as I said, it works fine if we don't try to sync events.
The code that doesn't work looks like that:
It gets stuck at the Sender.Sync ...
Any ideas ?
Thanks in advance, Helge