You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have a production environment which has recently started experiencing network connectivity issues (for reasons yet to be determined) that are also affecting the reliability of software communicating over OPC UA using this library.
Errors reported by the library include:
BadConnectionClosed on publish requests (repeating every 10 seconds)
BadSecureChannelIdInvalid on reads/writes
On "reliable" networks I never had issues with the built-in SessionReconnectHandler logic, but I'm starting to doubt its effectiveness on unreliable links.
I'd like to understand if there are cases where the automatic session reconnection logic might fail and leave the session in a disconnected/unreconnectable state forever (without manual action).
If that is the case, then I might have to add some code to catch these situations and recreate the session from scratch.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have a production environment which has recently started experiencing network connectivity issues (for reasons yet to be determined) that are also affecting the reliability of software communicating over OPC UA using this library.
Errors reported by the library include:
On "reliable" networks I never had issues with the built-in SessionReconnectHandler logic, but I'm starting to doubt its effectiveness on unreliable links.
I'd like to understand if there are cases where the automatic session reconnection logic might fail and leave the session in a disconnected/unreconnectable state forever (without manual action).
If that is the case, then I might have to add some code to catch these situations and recreate the session from scratch.
Thanks in advance for any insight
Beta Was this translation helpful? Give feedback.
All reactions