frameworker2019
frameworker2019
Setting ```secureChannelLifeTime``` seems not to change the lifetime. This is my client code: ``` UA_StatusCode Client(UA_Client **client, const char *endPoint) { *client = UA_Client_new(); UA_ClientConfig *config = UA_Client_getConfig(*client); config->secureChannelLifeTime =...
Changed the client code like below with no effect. The server and client log still shows the fixed 600s lifetime: ``` UA_StatusCode Client(UA_Client **client, const char *endPoint) { *client =...
Same problem, libsqlitecustom.a is not created at build time: ``` Showing All Messages Prepare build note: Using new build system note: Planning note: Build preparation complete note: Building targets in...