Writing data values with a source timestamp on a server #190
Closed
andrewwkoerner
started this conversation in
General
Replies: 1 comment 3 replies
-
Created a PR to achieve additional support |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
#187
Thanks again for the help here above.
This question is a continuation to that discussion and I apologize I didn't realize my use-case when I asked the original question.
The application I'm working on, hosts an OPC UA server and consumes updating data values from a stream and updates nodes as necessary. Currently we do not use the async_client and only use the server, the server implementation does not allow for DataValue to be written with
write_value
open62541/src/server.rs
Line 1294 in dd58c08
Is it possible to extend
write_value
to allow DataValues? Or instead should I leverage the async_client as well to write these values?Beta Was this translation helpful? Give feedback.
All reactions