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

Use named pipes to connect to the BuildHost process. #76259

Merged
merged 2 commits into from
Dec 5, 2024

Conversation

JoeRobich
Copy link
Member

Suggested in #75967 (comment)

Copy link
Member

@dibarbet dibarbet left a comment

Choose a reason for hiding this comment

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

nice - thanks for this!

/// <summary>
/// The time to wait for a named pipe connection to complete for a newly started server
/// </summary>
internal const int TimeOutMsNewProcess = 20_000;
Copy link
Member

Choose a reason for hiding this comment

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

Might be worth making this a bit longer, maybe a minute. We've seen issues with 30s on the VSCode side, where it takes just a tiny bit longer (especially on slow machines, like CI).

@JoeRobich JoeRobich enabled auto-merge December 5, 2024 08:20
@JoeRobich JoeRobich merged commit e3954f0 into main Dec 5, 2024
25 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Dec 5, 2024
@JoeRobich JoeRobich deleted the dev/jorobich/named-pipe-buildhost branch December 20, 2024 18:57
@dibarbet dibarbet modified the milestones: Next, 17.13 P3 Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead VSCode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants