OPC UA Discovery Server subscriptions #824
Unanswered
francescobianca
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi,
I have my discovery server running at port 4080:
and a series of opc ua server running in other ports; All of this have these piece of code inside:
After this I have created a client to perform discovery operations:
The thing that is not very clear to me is that if I do:
and afterwards I call the function from the client, the servers that should have been deleted continue to appear.
Is this behavior correct? I expect that after the unregister they will disappear from the list
Beta Was this translation helpful? Give feedback.
All reactions