how to ensure guaranteed delivery ? #1347
Unanswered
HaythemLtifi
asked this question in
Q&A
Replies: 2 comments 3 replies
-
OPC UA Pub/Sub is not implemented in this library! |
Beta Was this translation helpful? Give feedback.
2 replies
-
Implementing PUB/SUB is not a trivial task. However an alterative is to enable history on your node in the server, then have the client work from the history. As long as server is recording, it should not miss values. This might help you, but it isn't a replacement for PUB/SUB. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys. can any one guide me how to implement a guaranteed delivery? i want to know if the client got the values or not like a feed back loop to make sure that when the client loses connection i can just save the data somewhere until the client reconnect.

I am not a software developer but i have to do this so wish me luck
link: https://opcfoundation.org/about/opc-technologies/opc-ua/
Beta Was this translation helpful? Give feedback.
All reactions