V-Strassheim

Results 5 comments of V-Strassheim

Hi, is it possible for you to switch to 1.4(rc) branch? Epoll is already implemented [there](https://github.com/open62541/open62541/blob/1.4/arch/eventloop_posix_epoll.c) for the event loop, that no longer has the limitations on Linux based systems....

This seems to be a similar problem as here: https://github.com/open62541/open62541/issues/5351 I think the locks should be made more granular and released again before the callbacks, or really only lock the...

Hi, at a glance, it looks to me as if this has come in here: https://github.com/open62541/open62541/pull/4916/commits/8e985d20341d2aaa0383fe96e433265acd470e48#diff-33bf9cdd39a74bf5c5f0ffdf917e3d12586b8715cc894d8b9b48b2d46a41d673 I would create a PR with a revert of the particular change, that works...

In this case, is it intended that the corresponding test types (e.g. DeviceHealthEnumeration) are now in namespace 0?

Thanks, I got it now. @matkonnerth do you have a problem with the current solution, where it is only adapted in runtime? Or is it only noticeable because it is...