Replies: 1 comment
-
Hi @caradilin , please see the sample here how to reestablish a connection on error: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Type of issue
Current Behavior
My Opcua server is currently built using LabView, and during testing, I have found that ServiceResultException type exceptions are often occasionally caught.
The following types of StatusCodes are high-frequency types: BadConnectionClosed, BadResourceUnavailable, BadSecureChannelClosed,BadSessionIdInvalid,BadNotConnected.
Should I re-establish the connection with the server in the above situation?
The following is a log that records the OpcUa client:
2024 -03-28.Opc.Ua.8888.log
Unfortunately, I am unable to obtain the logs recorded by the server. Please help me analyze the above issue.
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions