The client application name is not configurable. #1214
SURAJTHEGREAT
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
client = Client()
client.name = "yourname" |
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.
-
Currently the client application name is hardcoded as Pure Python Client as below.
https://github.com/FreeOpcUa/python-opcua/blob/master/opcua/client/client.py#L122
Can this be made configurable.
Can we add a new argument name in the init and use this argument for a configurable name.
Beta Was this translation helpful? Give feedback.
All reactions