Replies: 1 comment 2 replies
-
The feature want is Durable Subscriptions. It depends if you use asyncua as client, you depend that the server supports durable subscriptions, the client side must only call some methods and set parameter the correct way. Asyncua as server is more complicate, but could be doable. Still your clients has to support setting all parameters and call the methods, need to make a subscription durable. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now in asyncua , when i create a subscription and the client goes down, the subscription gets deleted and the data is lost during client down time. Is there any way to not lose data when the client is down? what are all the possible solutions.
Beta Was this translation helpful? Give feedback.
All reactions