element-hq / element-hq/element-ios
Try to retry requests in background in bad network condition
Open
P1
T-Enhancement
UX
- Dominant language
- Swift
- Stars
- 1.8k
- Forks
- 544
- PR merge metrics
- PR metrics pending
Description
We currently stop the background task before retrying a request so that the retry will be done only on the next app start.
Sending messages stay pending and the user does not know about that. This is not a great UX.
We should combine the fix of this issue with the fix of #2088.
Contributor guide
Assessment
This issue has not been assessed yet.