Does the source timestamp of a DataValue get overridden? #604
-
I start a opcua server and create 20 nodes. I connect to the server as a client and continuously write data to all the 20 nodes at a update interval of 500 milliseconds. I am trying to make sure while writing data each time to all the 20 nodes, they have the same source timestamp. Here is the code snippet that tries to write data to all 20 tags.
When I fetch these data as a client, I observed that the source_timestamp that I assigned to the node was not the same as the source_timestamp of the data fetched. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
It should not be I have seen some merge request touching that lately, maybe there is a bug... |
Beta Was this translation helpful? Give feedback.
It should not be I have seen some merge request touching that lately, maybe there is a bug...