StalderT
StalderT
Hello, I embedded an iframe in an svg which is zoompanned. Everything works fine but the zoom in content of my iframe is also put when I zoom my svg....
Hello, Compiling open62541 with the -O3 optimization flag breaks the functionality of subscriptions. Here's my example server: ``` #include "open62541.h" int main(void) { UA_Server *server = UA_Server_new(); UA_Server_runUntilInterrupt(server); UA_Server_delete(server); return...
I have been using open62541 v1.3 without any issues for years in one of my applications. I tried upgrading to version 1.4 (amalgamation), and when I compile, I get the...
With MinGw and GCC 14 (debian 13 testsing), I have the error : ``` Making all in src CC modbus.lo CC modbus-data.lo CC modbus-rtu.lo CC modbus-tcp.lo ../../src/modbus-tcp.c: In function '_modbus_tcp_set_ipv4_options':...