Open bartelink opened 1 year ago
See https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md. Go through with a fine tooth comb verifying all is adhered to, e.g.:
TaskCompletionSource
CancellationTokenSource.Cancel
See https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md. Go through with a fine tooth comb verifying all is adhered to, e.g.:
TaskCompletionSource
management is correct wrt disposal etcCancellationTokenSource.Cancel
is called whereever relevant