-
Notifications
You must be signed in to change notification settings - Fork 582
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
RxBleRadioOperation will never FINISHED #18
Comments
Who knows how to fix this bug ? |
Hello, |
"15 days ago" "snapshot release next week" so where is it? |
Is there planned snapshot release including this fix? Thanks! |
I am a bit strained with projects at the moment. I found out that on some devices it is possible to successfully call |
….establishConnection() is being called when BluetoothAdapter is turned off) Summary: Catch any uncaught exceptions and move them downstream #18 Minor changes in naming and converting DeadObjectException. Added check for Bluetooth being disconnected when trying to connect when Bluetooth Adapter is not enabled. Reviewers: michal.zielinski, pawel.urban Reviewed By: michal.zielinski, pawel.urban Differential Revision: https://phabricator.polidea.com/D1691
This issue should be fixed in the current Snapshot release. |
Summary
When I turn off Bluetooth,RxBleRadioOperation will never FINISHED.
Preconditions
turn off Bluetooth
Steps to reproduce actual result
1.turn off Bluetooth
2.call
3.log throw error
Actual result
Error can not be thrown out
then queue will never release
can not step to
#### Expected result
throw the exception
Thank you very much to share, the library is great. use Chinese I will say "大牛"
The text was updated successfully, but these errors were encountered: