-
Notifications
You must be signed in to change notification settings - Fork 33
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
server.py example: corebluetooth missing argument: 'max_write_without_response_size' #92
Comments
☝️ |
Is there any workaround for this bug? E.g. by using previous versions of bless? |
This is fixed in development. I should be merging this into the next version soon. If you need it to work now. You can install the current development version and it should work.
|
Just as a feedback: This development version seems to be working fine. I am still having some issues with the bidirectional data transfer, but this does not seem to be related to the bluetooth interface. |
@runman19 Is the bidirectional data transfer related to this issue or something else? |
The problem
I am getting the following error when running the server.py example:
Reproduction
Run the example code of server.py on macOS
Expected behavior
The example should run without errors...
Screenshots
None
Desktop (please complete the following information):
Additional context
None
Thanks for the work on bless and let me know if I can provide any more information to resolve this issue
The text was updated successfully, but these errors were encountered: