Replies: 1 comment
-
if you want to write in the datachange callback you need to make him async -> the datachange callback can be a coro too 😉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello to everyone!
On the opcua client side, it is possible to read the changes of a node by subscribing, and at the same time perform write operations on some node ?
My code has the same kind of structure as the --> client-subscription.py. Can you suggest a way to manage nodes to write (which do not always coincide with those to read) ?
Thanks in advance _
Beta Was this translation helpful? Give feedback.
All reactions