Replies: 3 comments
|
What do you mean by "stopped working"? I checked run_gatt_client_and_server.py, it still works, but |
0 replies
|
@zxzxwu Thanks for the prompt response.
This was exactly what I saw in my test codes. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have been using Bumble with Python-3.12.6 on Linux-AMD64.
After updating Bumble from 0.0.219 to 0.0.226 (latest), my codes using
link=LocalLink()stopped working. One of the official example usingLocalLink(),run_gatt_client_and_server.py, also did not work with 0.0.226.I found that 0.0.220 did work, while 0.0.221 did not. Something, possibly APIs (?), might have changed.
Is there any working client-server example using
LocalLink()?All reactions