[firebase_storage] Don't retry / backoff when offline #5622
Unanswered
oodavid
asked this question in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
I've noticed that uploads don't resume gracefully after device network has been reactivated.
FirebaseStorage..putFile
requests regardless of network stateI assume they don't resume as they've hit some limit in number of retries, or the exponential backoff is too big.
Describe the solution you'd like
I'd like the upload task to retry with initial values when data / WiFi has been reactivated.
Additional context
none
Beta Was this translation helpful? Give feedback.
All reactions