About simple-client-server-xml #802
Unanswered
FatimaRani
asked this question in
Q&A
Replies: 2 comments
-
after a short review that example does not work at all... maybe it has not been tested after porting to asyncio! @oroulet please use some of the other examples like client-example and server-example! |
Beta Was this translation helpful? Give feedback.
0 replies
-
On Feb 25, 2022 the opcua-asyncio team kindly updated the simple-client-server-xml example!! If you are using pip, don't forget to enable the --upgrade flag to get the latest version (or just clone the repo) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i am trying to run this code "simple-client-server-xml" , it is not working with asyncua package but running with opcua package,
I want to run it with async so I have added await func but still no :(, where should I write this await func?
reeopcua_namespace = self.server.get_namespace_index("urn:freeopcua:python:server")
## m@ code
process_time = random.randint(1, 5)
await asyncio.sleep(process_time)
Beta Was this translation helpful? Give feedback.
All reactions