Julius Pfrommer

Results 231 comments of Julius Pfrommer
trafficstars

The fix was started in #1656 and is already usable.

The OPC UA standard define https as an alternative transmission protocol. But we have not gotten around to implementing it. Keeping the issue open as a reminder.

Hmm. Right. The comment is wrong here. In fact the browse name hash is also considered in the *array* representation. https://github.com/open62541/open62541/blob/671a7f456a32e5131a71ac18ef34744ef81e6f38/src/server/ua_nodes.c#L829 The difference between the array and the tree representation...

This should be documented better. And/or we can automatically do the checkout of the submodule via cmake: https://www.scivision.dev/cmake-git-submodule/

Which reference Typ is used to point to these variables?

Hm. That is strange. This is the first time we get a report with that memory location. Can you run the unmodified binary with DrMemory to get some log output?...

Since this is mentioning threading, do you have multithreading activated in the build settings of open62541? This adds a mutex to protect shared memory.

@peter-rustler-basyskom You built the historical access layer. Can you comment? Thanks!

Three common options: - Launch a separate thread that sets the `running` variable to false - Use an interrupt to set `running` to false - Call `UA_Server_run_iterate` with a short...

Would like to merge this. Can you rebase?