Replies: 2 comments
-
|
What do you mean by "stopped working"? I checked run_gatt_client_and_server.py, it still works, but |
Beta Was this translation helpful? Give feedback.
-
|
@zxzxwu Thanks for the prompt response.
This was exactly what I saw in my test codes. |
Beta Was this translation helpful? Give feedback.
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()?Beta Was this translation helpful? Give feedback.
All reactions