Request handling when the internet is choppy and the app goes in background #1120
Labels
needs-info
Additional information needed from the issue author
package:cupertino_http
Issues related to package:cupertino_http
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
If we made an API request and the application goes into the background while the response get more than 30 sec then we got an exception and the code only execute after we resume the app, however if the response comes in 30 sec then code execute in the background itself.
This only happens when the response time is high and the internet is choppy.
The timeout is set at 255 sec.
The text was updated successfully, but these errors were encountered: