Relative Content

Tag Archive for c#asp.net-corecancellation-tokencancellationtokensourcerequest-cancelling

Strange CancellationToken behaviour

Im testing CancellationToken behaviour in my UserRepository. When I use cancellationToken from parameters and cancel query with postman this works without exception (and it really cancels query). It also works when I create CancellationTokenSource and cancel it manually but then I have the exception: