-
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 155dfb0
- Loading branch information
1 parent
54f945b
commit d7e3ecc
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule open62541
updated
15 files
+2 −0 | .gitignore | |
+1 −1 | CMakeLists.txt | |
+1 −1 | examples/pubsub/tutorial_pubsub_mqtt_publish.c | |
+49 −8 | examples/pubsub/tutorial_pubsub_mqtt_subscribe.c | |
+5 −3 | src/client/ua_client.c | |
+49 −3 | src/client/ua_client_connect.c | |
+1 −1 | src/client/ua_client_internal.h | |
+2 −0 | src/pubsub/ua_pubsub_readergroup.c | |
+41 −9 | src/server/ua_server_binary.c | |
+0 −21 | src/server/ua_services_discovery.c | |
+262 −255 | src/ua_securechannel.c | |
+30 −25 | src/ua_securechannel.h | |
+5 −0 | tests/CMakeLists.txt | |
+27 −18 | tests/check_securechannel.c | |
+55 −5 | tests/pubsub/check_pubsub_mqtt.c |