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

fix: Windows service stop #1833

Merged

Conversation

nick-oconnor
Copy link
Contributor

When the Windows service stops, it immediately spawns a command line instance with the same arguments. This rebinds to the same port(s) and effectively prevents the service from stopping or restarting.

@nick-oconnor nick-oconnor requested a review from a team as a code owner June 6, 2023 23:25
When the Windows service stops, it immediately spawns a command line instance with the same arguments. This rebinds to the same port(s) and effectively prevents the service from stopping or restarting.
@nick-oconnor nick-oconnor force-pushed the fix-windows-service-stop branch from e75975a to 8b08bbb Compare June 6, 2023 23:42
@nick-oconnor nick-oconnor changed the title Fixes Windows service stop fix: Windows service stop Jun 6, 2023
@nick-oconnor
Copy link
Contributor Author

CC: @enocom

Copy link
Member

@enocom enocom left a comment

Choose a reason for hiding this comment

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

Thanks!

@enocom enocom added the tests: run Label to trigger Github Action tests. label Jun 7, 2023
@enocom enocom enabled auto-merge (squash) June 7, 2023 00:34
@github-actions github-actions bot removed the tests: run Label to trigger Github Action tests. label Jun 7, 2023
@enocom enocom merged commit 17e66a7 into GoogleCloudPlatform:main Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants