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
When trying to deserialize ExtensionObjects from JSON an error occurs that overwrites the NodeId.Null field. We suspect this is due to the NodeId.Null being handed out as a reference and then being modified.
The below Code runs fine for one iteration in a loop, but will hang when entered again.
Type of issue
Current Behavior
When trying to deserialize ExtensionObjects from JSON an error occurs that overwrites the NodeId.Null field. We suspect this is due to the NodeId.Null being handed out as a reference and then being modified.
The below Code runs fine for one iteration in a loop, but will hang when entered again.
Attaching a debugger reveals the following:
a SSCCE (Short, Self-Contained, Correct Example) is attached
OPC_ConsoleServer.zip
Expected Behavior
NodeId.Null Identifier should not be able to be modified
Steps To Reproduce
OPC_ConsoleServer.zip
Environment
Anything else?
Example Project:
OPC_ConsoleServer.zip
The text was updated successfully, but these errors were encountered: