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

Bugfix: remove initial error handler when a conn opens #180

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

HDegroote
Copy link
Contributor

Previous behaviour still left the error handler there, swallowing all errors (due to removing a non-existing noop handler).

Warning: since it swallowed all errors, fixing this might cause upstream to 'break' in the sense that a previously hidden bug suddenly throws (I noticed this when a syntax error in an event handler didn't show up anywhere).

@mafintosh mafintosh merged commit bc7a67e into main Jul 24, 2024
4 checks passed
@mafintosh mafintosh deleted the bugfix-unset-conn-err-handler branch July 24, 2024 06:52
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