-
Notifications
You must be signed in to change notification settings - Fork 25
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
Interest in specifying bleak adapter #36
Comments
a PR will be more than welcomed. Sorry that I am quite busy recently so cannot reply to issues promptly. |
Awesome! Also when I was looking at
and
which could actually be the cause of #35 |
Also I'm just wondering about why a new event loop and thread are created for each BleakClient? From digging around this works fine when passing Bluetooth addresses but on macOS if I pass a got Future <Future pending> attached to a different loop Apparently this is a known issue with Bleak (see hbldh/bleak#1191 and hbldh/bleak#242) so they recommend against having multiple threads and event loops
I can make a PR to address these issues but I just wanted to check if that would be something you'd be interested in? |
Apparently BLEDevice uses future which attaches with a single event loop. There is an async branch where I tried to write everything in async fashion. But the API is way too confusing. I'm interested in your PR on this. |
Hey, I was just wanted to check if you'd be interested in a PR to add the option to specify the specific Bluetooth adapter bleak should use?
The text was updated successfully, but these errors were encountered: