Skip to content

Commit

Permalink
Merge branch 'main' into feature/updatesystems
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Feb 23, 2023
2 parents 358f234 + 6d4fb62 commit 83f0a5c
Show file tree
Hide file tree
Showing 48 changed files with 1,252 additions and 228 deletions.
2 changes: 1 addition & 1 deletion examples/grpc.core/Examples.GrpcCore.AspNetCore/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ protected override Task ExecuteAsync(CancellationToken stoppingToken)
tcs.SetResult(true);
});

return tcs.Task.ContinueWith(antecedent => tokenRegistration.Dispose());
return tcs.Task.ContinueWith(antecedent => tokenRegistration.Dispose(), stoppingToken);
}
}
}
Loading

0 comments on commit 83f0a5c

Please sign in to comment.