Skip to content

Fix disposal of temporary console and event handler #3953

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

Merged
merged 1 commit into from
May 5, 2022

Conversation

andyleejordan
Copy link
Member

Fixes a bug where the first patch would register a new event handler every time, leading to multiple 'p's being sent. We currently only support one process at a time, and so this patch consolidates the process's and the event handler's disposal.

Fixes a bug where the first patch would register a new event handler
every time, leading to multiple 'p's being sent. We currently only
support one process at a time, and so this patch consolidates the
process's and the event handler's disposal.
@andyleejordan andyleejordan requested a review from a team May 5, 2022 22:04
@andyleejordan andyleejordan enabled auto-merge (squash) May 5, 2022 22:06
Copy link
Collaborator

@SeeminglyScience SeeminglyScience left a comment

Choose a reason for hiding this comment

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

LGTM!

@andyleejordan andyleejordan merged commit b95667e into master May 5, 2022
@andyleejordan andyleejordan deleted the andschwa/fix-disposal branch May 5, 2022 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants