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

Do not detach presto listeners #38

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Conversation

fingerartur
Copy link
Contributor

Detaching listeners in reset_() is
incorrect because that method is called
during load.

Hot fix: do not remove listeners since it
is unclear in which method it should be done
and we haven't been doing it until today anyway
so this is kind of a rollback.

Detaching listeners in `reset_()` is
incorrect because that method is called
during load.
Hot fix: do not remove listeners since it
is unclear in which method it should be done.
@fingerartur fingerartur requested a review from thasso April 8, 2024 16:28
@fingerartur fingerartur merged commit 93ac093 into main Apr 8, 2024
1 check passed
@fingerartur fingerartur deleted the fix/do-not-detach-listeners branch April 8, 2024 16:32
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