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

🐛 Fix handler short-circuiting #608

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented Aug 30, 2024

The handler should call all the callbacks that match a message, not just the first that matches.

This is consistent with the indexed_handler behaviour.

NOTE: The order of calling the callbacks is not defined.

The handler should call all the callbacks that match a message, not just the
first that matches.

This is consistent with the indexed_handler behaviour.

NOTE: The order of calling the callbacks is not defined.
Copy link
Contributor

@lukevalenty lukevalenty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks Ben!

@lukevalenty lukevalenty merged commit 84d426e into intel:main Aug 30, 2024
22 checks passed
@elbeno elbeno deleted the fix-handler-short-circuit branch September 5, 2024 20:33
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