KeepAliveInterval and timeout philosophy #3146
StenGruener
started this conversation in
General
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Type of issue
Current Behavior
Dear all,
I am new to this library and stumbled upon KeepAliveInterval parameter of the session. By default it induces a read of node i=2259 every 5 sec and drops the connection into unknown state upon expiry. In my test system the client connection is also dropped and a full reconnect is initiated.
Just being curious, is this a behavior found in OPC UA spec somewhere? How does it correlate with OPC UA wire protocol settings like RevisedSessionTimeout from OPC UA spec? In my test system we set values larger than 5 sec in Session handshake and get a larger revised value from the server. Is it now an additional layer on top of what OPC UA spec is telling?
BR and thanks
-Sten
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions