Michael Zillgith
Michael Zillgith
Hi, When only the timestamp changes usually no report is triggered. You have to update the timestamp in your code it is not updated automatically.
Yes. That's correct. The order doesn't matter in this case (when lock is applied).
When you use the library in a commercial, closed-source application you have to purchase a commercial license. In this case please contact [email protected] to get a quote.
Control blocks cannot be created by the client. They are part of the server data model and have to be defined in the SCL file or by using the dynamic...
When you only change the report control blocks or data sets you don't have to change the c file.
The idea is that when compiling the library with thread support (CONFIG_USE_THREADS) it is still possible using it without the library creating its own threads. Not sure if there are...
It's not expected. I observed that the renegotiation is working when configured at one side (client or server) only. But there is a handshake error when both sides initiate the...
I think this is not a problem of the library. It is beause you call the destructor (CS104_Connection_destroy) while being inside of a callback function of the object you want...
What flag are you referring to? AFAICS the CS104_Connection_destroy function is waiting for the connection thread before it releases any memory.
Thanks for the example code. I see a problem with calling "CS104_Connection_close" inside the connecton handler (when stop dt is received). It shouldn't be called there because it is the...