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

refactor: once<T> handler and no stateless handling #5072

Merged
merged 2 commits into from
Dec 28, 2024

Conversation

1zun4
Copy link
Member

@1zun4 1zun4 commented Dec 28, 2024

Handling that ignores the running parameter is a very insecure way to handle events, especially when dealing with parents. This forces you to override the handling parameter or create/use a different EventListener instead.

Handling that ignores the running parameter is a very insecure way to handle events, especially when dealing with parents. This forces you to override the handling parameter or create/use a different EventListener instead.
@1zun4 1zun4 added this to the 0.23.0 milestone Dec 28, 2024
@1zun4 1zun4 merged commit 5141201 into nextgen Dec 28, 2024
3 checks passed
@1zun4 1zun4 deleted the refactor/once-handler-and-unsafe-running branch December 28, 2024 07:59
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.

1 participant