Replies: 1 comment
-
After a quick glance at the code below, I think it should be cancellable. Do you have a reproduction case that demonstrate your issue ? apollo-angular/packages/apollo-angular/http/src/http-link.ts Lines 97 to 101 in 4059762 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently working with apollo-angular version 2.0.3 and @apollo/client version 3.1.3 but we are not able to cancel the pending requests when calling unsubscribe on the observable.
Is there a way to cancel the requests when unsubscribe is called.
Current behaviour.
The unsubscribe finishes but the call continues
Requested behaviour
The unsubscribes also cancels the request to the server.
Beta Was this translation helpful? Give feedback.
All reactions