0
votes

I'm using Prosys OPC UA Java SDK for connecting to an OPC UA server and get some data.

I am creating subscription and settings monitored item to get the data.

However, I'm not able to terminate the subscription, like I can in node-opcua.

Does the SDK does not support it, or am I missing something? My colleague has put a question in Prosys forum but no reply yet.

1

1 Answers

0
votes

The correct method to call is

UaClient.removeSubscription()

Also answered at the forum.