Linux Server console

Hi,
I'd want to use TMSFNCWebSocketServer component in a server console application with Linux , i tried and failed ...

Is it possible to do so ?

Thanks

Hi,

It should work. What is it that you tried and failed?
What did you do exactly? What were your settings? Were there any error messages?

Hi,
Thank you for your quick reply.

I have tried to understand what could cause the problem and found that events are called with a TThread.Queue call , in case of console this never execute...

So i am modifying the source to not use TThread.Queue i case of console application

After removing calls via TThread.queue it works great

Thank you for reporting back, we'll check this on our end too.