client_handle implementation change proposal #1029
rockonedege
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
This is more a user thing, you can add as many variables to our subscription handler. No need to implement this in the library.
|
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
In my case, I need to develop an application to connect 5 PLCs concurrently, which means 5 OPCUA clients.
The 5 clients share one single subscription instance, and node ids happen to be identical so, the only way to tell the target of data changes is from the client_handle, in the current implementation (as of v0.9.95) is an instantance member which is duplicated among teh 5 clients, making it useless.
I am proposing to change
client_handle
to be a class member as belowif this is acceptable, I could submitt a PR
Beta Was this translation helpful? Give feedback.
All reactions