Kamil Lenkiewicz

Results 3 comments of Kamil Lenkiewicz

This is my stack trace starting from the call of the callback function: ``` > open62541.dll!UA_EventLoopPOSIX_run(UA_EventLoopPOSIX * el, unsigned int timeout) Line 304 C open62541.dll!__Client_Service(UA_Client * client, const void *...

I encountered another problem. The example states: ```c while(running) { /* if already connected, this will return GOOD and do nothing */ /* if the connection is closed/errored, the connection...

Yeah, somewhere in the heat of trial and error I removed the size of the array from the structure. I have edited the question. However, I am still getting the...