-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timing issue getting characteristics #52
Comments
Hm, strange. I will look into this tonight. |
I think the modification I did in version 0.2.4 will solve the problem. I could not reproduce it by your scripts in Ubuntu 18.04 installation, but I think I had misplaced the checking of the property "ServicesResolved" in getting services so this might solve your problem. Try it out and report back here. |
Seems to work, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Attempting to print the available services. This fails because bleak has not yet discovered all services.
What I Did
Here is a simplified version of the code i am trying to run
The output is
There should be many services. I can add a delay and get the right result:
Which results in
Apologies if this is something i have not understood about the library.
The text was updated successfully, but these errors were encountered: