Forum Discussion

DEV29's avatar
DEV29
Copper Contributor
Nov 01, 2024

.NET Web API CancellationToken don't work with Angular .unsuscribe()?

In Angular, I make API calls by subscribing to observables. When a user cancels a request, the application unsubscribes to the subscription which cancels the request (I can see this in the network ta...

Resources