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

Consider tracking shared hooks #1047

Open
EndymionJkb opened this issue Oct 12, 2024 · 0 comments
Open

Consider tracking shared hooks #1047

EndymionJkb opened this issue Oct 12, 2024 · 0 comments

Comments

@EndymionJkb
Copy link
Collaborator

BasePoolFactory has an _isPoolFromFactory mapping and event to keep track of all pools created by a given factory.

Should we have something similar in BaseHooks? The example hooks all emit events on registration, but there's no way to enforce that. There could be an event and _isPoolRegisteredWithHook mapping to keep track of all hooks and pools (at least ones derived from BaseHooks.

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

No branches or pull requests

1 participant