-
Notifications
You must be signed in to change notification settings - Fork 363
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
fix: Only register channels in the context once #3521
Conversation
38c9a98
to
2d50bf4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should take the opportunity of these bug fixes to do some slight refactoring. Typically here the code is duplicated for no reeason, it should be factorize out.
Actually one needs to first fix the regression observed between 1.x and 2.0. |
I don't see how the performance regression is preventing us from factorizing out code. |
As discussed IRL, let's first merge this PR and let's tackle this other issue in another one. |
Resolves the error on the CI. Signed-off-by: Julien Jerphanion <[email protected]>
Signed-off-by: Julien Jerphanion <[email protected]>
This makes parsing their associated subdirs only once. Signed-off-by: Julien Jerphanion <[email protected]>
Signed-off-by: Julien Jerphanion <[email protected]>
Signed-off-by: Julien Jerphanion <[email protected]>
Signed-off-by: Julien Jerphanion <[email protected]>
948e758
to
505e5e0
Compare
Partially fix #3393.