Subject: can't receive callbacks when using thread on Form Application
I'm evaluating MatriX trial version (ver 1.4.4).
I had trouble when the worker thread(not UI thread) on Windows Form Application calls MatriX API.
I create worker thread from UI thread, and call connect method from the worker thread ,
then Matrix callback only "OnValidateCertificate" and "OnBeforeSasl"( not callback even OnSendXml ).
The cases, not using thread(call connect method directly from UI thread), and not using Forms ( call from TestCase )
are successful.
Matrix trial version has any restrictions for UI application?
I attached sample project file to reproduce this problem.
If you run, please change the line(64-67) of Program.cs.
Thanks.
I had trouble when the worker thread(not UI thread) on Windows Form Application calls MatriX API.
I create worker thread from UI thread, and call connect method from the worker thread ,
then Matrix callback only "OnValidateCertificate" and "OnBeforeSasl"( not callback even OnSendXml ).
The cases, not using thread(call connect method directly from UI thread), and not using Forms ( call from TestCase )
are successful.
Matrix trial version has any restrictions for UI application?
I attached sample project file to reproduce this problem.
If you run, please change the line(64-67) of Program.cs.
Thanks.
The author has attached one file to this post:

You have no permission to open this file.