-
Notifications
You must be signed in to change notification settings - Fork 118
Throw a "data too large" error in ListMapper when parsing data bigger than a certain size like 100MB #15780
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
base: trunk
Are you sure you want to change the base?
Conversation
Generated by 🚫 Danger |
|
Version |
Version |
Version |
Version |
Version |
Why
When the response size is large like in the support case in WOOMOB-607 with a large amount of product metadata, the UI could become unresponsive. Other than moving the response parsing to a background thread, the client can also prevent the app from taking up unexpectedly large amount of device resources in case of receiving exceedingly large data.
TODO: still figuring out a way to show appropriate error UX, and maybe disable max size check by default.
Description
Steps to reproduce
Testing information
Screenshots
RELEASE-NOTES.txt
if necessary.