Problem closing connection #1637
Unanswered
ingdesarr1
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
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
-
Good afternoon. I'm working with asyncua, using sync to my proccess, and I have a problem closing the connection. I made my connection, send the values to my variables and everything works fine. When I going to connect again, I check the connection using the function check_connection(), but if I close the connection and check again appears this error:
could not post <coroutine object Client.check_connection at 0x000002846B89EEC0> since asyncio loop in thread has not been started or has been stopped
and can't connect me again. How can I solve this? Thanks
Beta Was this translation helpful? Give feedback.
All reactions