Replies: 1 comment 6 replies
-
Try sending a ReadRequest with an empty array of nodes to read and see if that generates a ServiceFault. A "service fault" is any response from a Server where |
Beta Was this translation helpful? Give feedback.
6 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.
-
Hi! Is there a recommended way to simulate a fault in order to test the FaultListener functionality?
I noticed the Ua stack client has a default fault listener that refreshes the session if a fault is encountered. I am trying to write a wrapper over UaClient that emits a metric when the fault is received but I'm unsure how to easily test this.
The question is more of a general one but anything along these lines would be appreciated:
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions