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
How can we have parallel calls? For instance a user opens a page which initiates a request. Before the response comes back, the app is ready to make another request and needs to send it to the server. In the current expired token use case, it seems that the app (iOS) request would have to wait in queue until the first request is done.
I was told that it would be coercive to try and make them batch requests.
The text was updated successfully, but these errors were encountered:
How can we have parallel calls? For instance a user opens a page which initiates a request. Before the response comes back, the app is ready to make another request and needs to send it to the server. In the current expired token use case, it seems that the app (iOS) request would have to wait in queue until the first request is done.
I was told that it would be coercive to try and make them batch requests.
The text was updated successfully, but these errors were encountered: