Replies: 1 comment
-
Please take a look at the methods for recreate / reconnect maybe you could use those for the usecase. Feel free to propose a PR if new overloads / methods / parameters /virtual are needed. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Type of issue
Current Behavior
Hi OPC Foundation team,
I’m working on an OPC UA client that handles failover between redundant servers (e.g., S1 to S2). I’d like to know if there’s any existing feature or example in your repositories that supports cloning or replicating a session — particularly subscriptions and monitored items — from one endpoint to another during failover.
In other words, if the client is monitoring nodes on S1 and then reconnects to S2, is there any mechanism (in the SDK or sample projects) to automatically recreate the same monitored items on the new server?
Thanks in advance for your guidance.
Best regards,
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions