-
Notifications
You must be signed in to change notification settings - Fork 58
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
Crash due CursorWindow exception which results in a OutOfMemoryError #140
Comments
When running our app in strict mode we receive the following warnings:
|
Awesome thanks for the quick fix guys, any chance we can get a ETA on the next release that has this fix? We have a release of our own that needs it :) |
Hi, Please see if SDK release 2.7.9 fixes this issue for you. We have added the following:
You may see all changes in the changelog |
Thanks guys, we did some stress testing over multiple devices and it looks good to us. |
Thanks for verifying, closing. Please feel free to open a new issue if the problem persists. We ask this because closed issues are not actively monitored. Thanks |
Overview
We've noticed a sporadic bug where our app crashes with the following stack trace when the app is in the middle of a download (from CDN links we receive after user pool authentication with AWS appsync)
To Reproduce
Steps to reproduce the behavior:
Stack Trace
Environment(please complete the following information):
Device Information (please complete the following information):
Additional context
We ran the app in strict mode for analysis and saw multiple warnings
Code
We instantiate a new instance of the aws client whenever we need to authenicate or make a query
run a query for the content manifest which gives us our cdn links to download and thats about it, are we meant to be running a cleanup step for the client?
The text was updated successfully, but these errors were encountered: