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: Shutdown diagnostic thread if enabled #312

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

keelerm84
Copy link
Member

No description provided.

@keelerm84 keelerm84 requested a review from a team as a code owner September 27, 2024 20:04
@@ -44,6 +44,7 @@ class DebugEvent:
def __init__(self, original_input: EventInputEvaluation):
self.original_input = original_input


Copy link
Member Author

Choose a reason for hiding this comment

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

Lots of little whitespace changes while I was in this file. You can ignore pretty much everything except the 3 lines I'll call out.

Comment on lines +495 to +497
if self._diagnostic_flush_workers:
self._diagnostic_flush_workers.stop()
self._diagnostic_flush_workers.wait()
Copy link
Member Author

Choose a reason for hiding this comment

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

And here are those 3 lines.

@keelerm84 keelerm84 merged commit cde6cfb into main Oct 1, 2024
11 checks passed
@keelerm84 keelerm84 deleted the mk/sdk-725/shutdown-diagnostic-thread branch October 1, 2024 16:24
keelerm84 pushed a commit that referenced this pull request Oct 1, 2024
🤖 I have created a release *beep* *boop*
---


##
[9.7.2](9.7.1...9.7.2)
(2024-10-01)


### Bug Fixes

* Set explicit names for each spawned thread
([#311](#311))
([9c7777c](9c7777c))
* Shutdown diagnostic thread if enabled
([#312](#312))
([cde6cfb](cde6cfb))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

2 participants