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
Description
When the OPC UA session encounters a "Keep Alive" failure, subsequent attempts to update tags fail. This issue persists even after the session is reconnected, causing disruptions in data synchronization.
Steps to Reproduce
Establish an OPC UA session and start updating tags.
Simulate a "Keep Alive" failure by disrupting the network or server connection (atleast more than a hour).
Reconnect the session after the failure.
Attempt to update tags.
Expected Behavior:
Tag updates should resume normally after the session is reconnected.
Actual Behavior
Tag updates fail even after the session is reconnected, requiring a complete restart of the server to restore functionality.
Environment
FUXA version: V.1.2.3-2105
Node.js version: 18.20
npm version: 10.9.0
Platform/OS: Ubuntu 20.04
Browser: Chrome
The text was updated successfully, but these errors were encountered:
Kiruthick-Roxx
changed the title
[BUG] Tag updation gets stops after Session keep Alive failure in OPCUA
[BUG] Polling of Tag value gets stoped after Session keep Alive failure in OPCUA
Jan 17, 2025
Kiruthick-Roxx
changed the title
[BUG] Polling of Tag value gets stoped after Session keep Alive failure in OPCUA
[BUG] Polling of Tag value gets stoped after Session keep Alive failure error for a device in OPCUA
Jan 17, 2025
Description
When the OPC UA session encounters a "Keep Alive" failure, subsequent attempts to update tags fail. This issue persists even after the session is reconnected, causing disruptions in data synchronization.
Steps to Reproduce
Actual Behavior
Tag updates fail even after the session is reconnected, requiring a complete restart of the server to restore functionality.
Environment
The text was updated successfully, but these errors were encountered: