Why am I getting ReadRequests instead of PublishRequests when I subscribe? #1641
Unanswered
imaginaryBuddy
asked this question in
Q&A
Replies: 2 comments 2 replies
-
You are most probably not. Make a minimal example and check. Maybe share it here if you do not understand the output |
Beta Was this translation helpful? Give feedback.
1 reply
-
There is a background task that sends readrequests, to keep the session alive, forgot the intervall. Maybe that is confusing you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, previously, when I was using the deprecated opcua library, when I made a subscription, Wireshark shows publish requests and responses but now when I migrated to asyncua library, using the sync version, I am getting read requests and responses instead.
Are there any reasons for this? And how do I change it back to publish requests and responses?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions