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

[ERROR] Fix exception when no message handler is registered. #64

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

workmad3
Copy link
Contributor

When no metadata is found for a handler, it should return early from the setup, rather than printing a warning and attempting to continue, which immediately causes errors and can prevent the logger from displaying the warning, depending on logger setup.

When no metadata is found for a handler, it should return early from the setup, rather than warning and attempting to continue, which immediately causes errors.
@ssut
Copy link
Owner

ssut commented Aug 24, 2023

👍

@ssut ssut merged commit a3d0ff9 into ssut:master Aug 24, 2023
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