Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aspire notifications #44348

Draft
wants to merge 7 commits into
base: release/9.0.2xx
Choose a base branch
from
Draft

Conversation

tmat
Copy link
Member

@tmat tmat commented Oct 22, 2024

Implement Aspire DCP notification.
Improve shutdown, process disposal and restarting logic to support Aspire scenarios.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-ApiCompat untriaged Request triage from a team member labels Oct 22, 2024
@tmat tmat changed the base branch from main to release/9.0.2xx October 22, 2024 01:36
@tmat tmat force-pushed the AspireNotifications branch 2 times, most recently from 623141b to 3ac422b Compare October 25, 2024 03:35
Comment on lines +388 to +389
using var cancelTokenSource = CancellationTokenSource.CreateLinkedTokenSource(
cancellationToken, _shutdownCancellationTokenSource.Token, connection.HttpRequestAborted);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like a bit much per message.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-ApiCompat untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants