We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When following usage example from the README:
iex(6)> AMQP.Basic.publish chan, "test_exchange", "", "Hello, World!" ** (FunctionClauseError) no function clause matching in AMQP.Utils.to_type_tuple/1 (amqp) lib/amqp/utils.ex:5: AMQP.Utils.to_type_tuple(:undefined) (amqp) lib/amqp/basic.ex:61: AMQP.Basic.publish/5
Reverting to 0.1.1, these examples work fine.
The text was updated successfully, but these errors were encountered:
4de93cf
@shanesveller Thanks for reporting. Please try 0.1.3.
Sorry, something went wrong.
No branches or pull requests
When following usage example from the README:
Reverting to 0.1.1, these examples work fine.
The text was updated successfully, but these errors were encountered: