-
I am wondering if the following is a bug or a feature: My objective is to asynchronously monitor for data changes on the server. I am subscribing to a list of nodes using the following method. where
What happened is that the server in question was having some issues. I confirmed this by trying to read directly from the node using
Which resulted in an error:
The issue I had was that the subscription method didn't throw a warning or inform that there was an issue with the node. What happened is that within the It took me a while to understand this behavior. There are two issues
Many thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Are you sure the error code was not set on the data value you received in subscription? |
Beta Was this translation helpful? Give feedback.
Are you sure the error code was not set on the data value you received in subscription?