paperino1983
paperino1983
Hi [dodissimo77], I confirm it works your fix. Thanks !
for info, here ```diff -Subproject commit fbedde3f81c6c517ce0656661c13e46503b19342 +Subproject commit a6ef45054ff74e0d798fccc257e4646355dadb6a diff --git a/src/pubsub/ua_pubsub_eventloop.c b/src/pubsub/ua_pubsub_eventloop.c index 6d2474d33..67bb20f77 100644 --- a/src/pubsub/ua_pubsub_eventloop.c +++ b/src/pubsub/ua_pubsub_eventloop.c @@ -416,8 +416,8 @@ UA_PubSubConnection_connectETH(UA_Server *server, UA_PubSubConnection *c, /*...
Ok, looking at 1.5 candidate commits, the PR #7538 looks addressing this case and also `pcp` and `vid` L2 headers
you can compile it via the cmake functions that are available by the open62541 stack. you have a lot of examples, for instance [here](https://github.com/open62541/open62541/blob/e0e9a81b2afa3f9b186c831a9074ddd9d644912b/tests/nodeset-loader/CMakeLists.txt#L14) Otherwise, second option, from the v...
> If the `end` equals `in` then that means the input is smaller than 8 bytes, and the function will only work on the single remaining bytes, one-by-one. > >...