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

publish with mandatory but without routing_key leads to uninitialized warning #44

Open
abraxxa opened this issue Sep 16, 2021 · 0 comments

Comments

@abraxxa
Copy link

abraxxa commented Sep 16, 2021

When a message is published to an exchange with mandatory => 1 but without any routing_key, because it's not a topic exchange, the following warning is emitted:

Use of uninitialized value in concatenation (.) or string at /home/ahartmai/.plenv/versions/5.34.0/lib/perl5/site_perl/5.34.0/Mojo/RabbitMQ/Client/Method/Publish.pm line 32.

This might also affect the functionality of the callback sub.

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