-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update deps/open62541 digest to 2bac7fc (#853)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e0924c8
commit fe3b7af
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule open62541
updated
19 files
+1 −1 | arch/network_tcp.c | |
+1 −1 | deps/ua-nodeset | |
+9 −8 | include/open62541/plugin/log.h | |
+6 −2 | plugins/ua_log_stdout.c | |
+7 −2 | plugins/ua_log_syslog.c | |
+156 −18 | src/pubsub/ua_pubsub.h | |
+179 −153 | src/pubsub/ua_pubsub_reader.c | |
+80 −73 | src/pubsub/ua_pubsub_writer.c | |
+239 −287 | src/pubsub/ua_pubsub_writergroup.c | |
+8 −37 | src/server/ua_session.h | |
+13 −48 | src/ua_util_internal.h | |
+0 −2 | tests/CMakeLists.txt | |
+26 −0 | tests/client/check_client_async_connect.c | |
+11 −2 | tests/client/check_client_subscriptions.c | |
+0 −2 | tests/fuzz/CMakeLists.txt | |
+13 −7 | tests/pubsub/check_pubsub_publisherid.c | |
+200 −22 | tests/pubsub/check_pubsub_subscribe.c | |
+0 −6 | tests/testing-plugins/testing_clock.c | |
+1 −1 | tests/testing-plugins/testing_clock.h |