-
Notifications
You must be signed in to change notification settings - Fork 490
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
Try to use timeout #492
Comments
This repo in the latest version already contains connect() with a timeout,
look at the source code in this repo.
|
If you downloaded using pip manager, then it's not in 1.3.0. As I told you,
look at the source code here, file btle.py, line 470.
|
When should a new tag generate to integrate that modification? |
My feeling is that this should take a while, as there is not much action happening here. You can always download the most recent code from this repo and call it from your application, instead of the lib installed by PIP. That's what I have been doing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I try to use connect function with a timeout. I use bluepy in 1.3.0 and it seems there is no timeout argument.
Si I try to design a timeout with multithread and queue.
Here is my code:
What is the proper way to set a timeout function on connection?
I try many thing, because the service or the characteristic doesn't seems to be usable outside the thread.
The text was updated successfully, but these errors were encountered: