How do you check if a connection is open? #1230
-
I open a connection using:
before calling |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Just as an aside, your username disturbs my productivity a lot :) When I receive a notification from TheWicklowWolf, I always think (hope?) I'll have receive some nice free beers! Are you from the county? Thus said, you can check if the client is connected with something like this:
So a condition like this should do it
|
Beta Was this translation helpful? Give feedback.
-
Who wouldn't like some Wicklow Wolf beers? The sync library doesn't have I think |
Beta Was this translation helpful? Give feedback.
Who wouldn't like some Wicklow Wolf beers?
The sync library doesn't have
uaclient
I think
conn.tloop.is_alive()
will work for me...