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 StopOnly followed by StopAndWait #2815

Merged
merged 3 commits into from
Dec 9, 2024
Merged

Fix StopOnly followed by StopAndWait #2815

merged 3 commits into from
Dec 9, 2024

Conversation

PlasmaPower
Copy link
Collaborator

Previously, the StopAndWait call would return early without waiting if StopOnly was previously called. Now, StopAndWait will wait for everything to shut down even if StopOnly was previously called. This matters for bold in #2362

@cla-bot cla-bot bot added the s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA. label Dec 3, 2024
eljobe
eljobe previously approved these changes Dec 3, 2024
Copy link
Member

@eljobe eljobe left a comment

Choose a reason for hiding this comment

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

LGTM. Very clean and clear what's happening.

joshuacolvin0
joshuacolvin0 previously approved these changes Dec 3, 2024
Copy link
Member

@joshuacolvin0 joshuacolvin0 left a comment

Choose a reason for hiding this comment

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

LGTM

@PlasmaPower PlasmaPower dismissed stale reviews from joshuacolvin0 and eljobe via 9983043 December 3, 2024 19:14
@tsahee tsahee merged commit c1fa951 into master Dec 9, 2024
16 checks passed
@tsahee tsahee deleted the fix-stop-only branch December 9, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design-approved s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants