Relative Content

Tag Archive for angular.net-corecancellation-tokencancellationtokensource

CancellationToken in controller function of .Net Core suddenly becomes true

I just came into a very strange issue regarding cancellationToken. The web API is developed using .Net Core and frontend is in Angular. 1 hour ago I try to develop more feature and before starting I run it again and suddenly the cancellationToken becomes true. This never happens before. I made no changes in backend and frontend.