Replies: 1 comment 3 replies
-
... and when is the onStatusChangedNotification() called? I've added a subscription and a NotificationListener, but I could not observer any call to the onStatusChangedNotification(). I've expected at least one call when the subscription is initialized and another one when e.g. shutting down the server |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the difference between the two listeners. At first glance they have the same methods. The only difference I see is that the UaSubscription.NotificationListener can be added to the Subscription and the UaSubscriptionManager.SubscriptionListener can be added to the SubscriptionManager - but is there any other relevant difference between the two listeners?
Beta Was this translation helpful? Give feedback.
All reactions