Skip to content

fix: add default error listeners to clients and pools - #3754

Closed
pratik-desgn wants to merge 1 commit into
brianc:masterfrom
pratik-desgn:fix/default-error-listeners
Closed

fix: add default error listeners to clients and pools#3754
pratik-desgn wants to merge 1 commit into
brianc:masterfrom
pratik-desgn:fix/default-error-listeners

Conversation

@pratik-desgn

Copy link
Copy Markdown
Contributor

Summary

  • add default no-op error listeners to Pool and both Client implementations
  • prevent an emitted error from crashing an otherwise unconfigured client or pool
  • add regression coverage for the pure JavaScript client and pool

Fixes #3630

@charmander

Copy link
Copy Markdown
Collaborator

#3748 (comment)

@charmander charmander closed this Aug 18, 2026
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.

## add default no-op error listener to pool and client

2 participants