You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented the ble peripheral device function according to the method in ServerViewModel.kt, but I found that it can broadcast after calling advertise(), but calling stopAdvertise() cannot stop broadcasting. I thought it was a problem with my code, and then I ran the "Blinky Server" application, and I found that this application could not stop broadcasting either. After debugging, I found that awaitClose was not called.
The text was updated successfully, but these errors were encountered:
Hi, could you try the new version of the library from version/2.0 branch?
It's not source-compatible with the one on main, but I hope this new version has more intuitive API. Client and advertiser should work. The new version isn't available yet on Maven Central, so you'd have to add it from source.
The program of version/2.0 branch cannot run normally. When selecting "Advertiser"->"Start Advertiser", no broadcast is found and the interface automatically stops broadcasting. When selecting "Scanner", the application will crash.
I implemented the ble peripheral device function according to the method in ServerViewModel.kt, but I found that it can broadcast after calling advertise(), but calling stopAdvertise() cannot stop broadcasting. I thought it was a problem with my code, and then I ran the "Blinky Server" application, and I found that this application could not stop broadcasting either. After debugging, I found that awaitClose was not called.
The text was updated successfully, but these errors were encountered: