-
Notifications
You must be signed in to change notification settings - Fork 49
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
TerminalException thrown for bluetooth readers #496
Comments
Hi, thanks for posting this issue. We’ve reproduced the problem and are actively working on a fix. |
Hi @wkol, issue is now fixed in the |
Hi @usaimbhayat-stripe , the issue is still reproducible on 3.9.2
|
Hi @Ekalips -- thanks. It looks like the fix didn't make it into the 3.9.2 release. We're working on fixing this now, and we're planning on releasing a 3.9.3. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
After upgrading the SDK to version 3.9.0 we started observing a large amount of crashes with the following stack trace:
This happens when the discovery process for Bluetooth readers (e.g. M2) results in a timeout. Firstly, the exception is passed to the callback
onFailure
, but later, it is also thrown.Code to reproduce
Android version
12, 13, 14 (but I suppose it is not a version-specific problem)
Impacted devices (Android devices or readers)
Bluetooth readers (e.g M2) Internet readers seems fine
SDK version
3.9.0, but checked on 3.9.1 and it still occurs
The text was updated successfully, but these errors were encountered: