You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dio is not able to process the requests with new QueuedInterceptorsWrapper on resuming the app again after putting it in background for 20-30 min
#1630
Closed
1 task
suryamolly opened this issue
Feb 10, 2023
· 3 comments
I have searched for a similar issue in the project and found none
Issue Info
Info
Value
Platform Name
flutter
Platform Version
3.3.6
Dio Version
4.0.6
VS code Version
version 1.75.0
Repro rate
All the time (100%)
Repro with our demo prj
Unknown
Demo project link
NA
Issue Description and Steps
I have encountered a strange behaviour with the version (4.0.6) while using the QueuedInterceptorsWrapper class , After the app is switched to foreground after keeping the app in background for 20-30 minutes. Dio library is not able to process the requests.
Step to reproduce
Launch the app
Minimise the app in the background/app switcher menu (not to kill app.) keep app in background for 20-30 min.
Move app to foreground from background via app switcher menu.
Observe the behaviour.
Expected behaviour
Dio should be able to take the requests and process it accordingly.
Actual Behaviour
Dio is not able to process the requests , No logs are produced, looks like Dio is not responding.
The text was updated successfully, but these errors were encountered:
suryamolly
changed the title
Dio is not able to process the requests after app is put to foreground after app was put to background for 20-30 min.
Dio is not able to process the requests with new QueuedInterceptorsWrapper on resuming the app again after putting it in background for 20-30 min
Feb 10, 2023
New Issue Checklist
Issue Info
Issue Description and Steps
I have encountered a strange behaviour with the version (4.0.6) while using the QueuedInterceptorsWrapper class , After the app is switched to foreground after keeping the app in background for 20-30 minutes. Dio library is not able to process the requests.
Step to reproduce
Expected behaviour
Dio should be able to take the requests and process it accordingly.
Actual Behaviour
Dio is not able to process the requests , No logs are produced, looks like Dio is not responding.
The text was updated successfully, but these errors were encountered: