ErikTempelaarVO
ErikTempelaarVO
To test the robustness of our modbus client we'd like the server to throw some errors on requests. Attempting to do so via hook "modbus.Slave.handle_request" doesn't work properly, because in...
The scripts to build the docker image(s) fail because of ubuntu:bionic, this comes with CMake 3.10.2 and the project requires at least 3.16. ``` ~/cyclonedds/scripts/docker$ docker run -it --rm ubuntu:cyclonedds...
I'm trying to cross-compile open62541 with conan/cmake/msys2/mingw32 and this fails with a particular error relating to paths. I've narrowed it down to this command, invoked by cmake/make as part of...
If a working connection is killed by restarting the server the connection seems to be restored (with a warning, about a sequence mismatch), but MonitoredItems no longer work for me....
### What is your suggestion? Hi! I would like for conan to be able to support the mcfgthread model for gcc on Windows natively. mcf is a new thread model,...
gcc supports a new threading model for Windows since gcc 13.1, mcf gthread. https://github.com/gcc-mirror/gcc/commit/f036d759ecee538555fa8c6b11963e4033732463 It's based on the work from lhmouse. https://github.com/lhmouse/mcfgthread/tree/master winlibs has adopted its use in the more...