-
Notifications
You must be signed in to change notification settings - Fork 75
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
JNI crash when trying to build Mqtt5Client with proxy on Android #574
Comments
This issue is now closed. Comments on closed issues are hard for our team to see. |
The ticket was automatically closed because the fix PR is merged. However, we still need bring the fix into the SDK. |
The fix is now released in https://github.com/aws/aws-iot-device-sdk-java-v2/releases/tag/v1.20.5. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Thanks @xiazhvera @bretambrose. It works for me. |
Describe the bug
The sdk crashes when I try to build a Mqtt5Client with proxy on Android. No such issue when I don't set HTTP proxy.
Expected Behavior
The sdk should not crash, HTTP proxy should work.
Current Behavior
Reproduction Steps
Here's the code I use to build the client:
Dependency:
Please note, without proxy options it does not crash.
Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.20.2
Environment details (OS name and version, etc.)
Android emulator, API level 30.
The text was updated successfully, but these errors were encountered: