You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also an extension method CancellationToken.ThrowIfCancellationRequestedAsync() which would call CancellationToken.ThrowIfCancellationRequested after having called Task.Delay(1), to allow for Context switch to read incoming requests for cancellation
The text was updated successfully, but these errors were encountered:
Mentioned in dotnet/aspnetcore#17730 (comment)_ but as a full process kill, which is not really neccessary unless you would want to unload any dynamically generated dlls
Also an extension method
CancellationToken.ThrowIfCancellationRequestedAsync()
which would callCancellationToken.ThrowIfCancellationRequested
after having calledTask.Delay(1)
, to allow for Context switch to read incoming requests for cancellationThe text was updated successfully, but these errors were encountered: