Currently there is no way to abort a request from the client. For example:
- UI makes requests to fetch the data
- While the call is in progress, the UI component unmounts/redirects to some other component.
- While un-mounting, the UI should be able to cancel pending HTTP calls to avoid unnecessary attempts to re-render.
Expected Behaviour
Actual Behaviour
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem
Currently there is no way to abort a request from the client. For example:
Expected Behaviour
Actual Behaviour
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem