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
{{ message }}
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
I have an api that uploads images it works fine in foreground but if submit the form and take the app to background the form is not submitted to server.
I have added debugger before and after api call in saga but in background mode saga doesn't receive any response
Steps to reproduce
Submit form at a POST api
Bring the app to background
Form will not be submitted to server (Saga also don't get any response back)
I have tested in iPhone 11, OS 13.3
The text was updated successfully, but these errors were encountered:
What's going on?
Steps to reproduce
The text was updated successfully, but these errors were encountered: