jbrisbin / amqp_client

Rebar-friendly fork of rabbitmq-erlang-client
101 stars 118 forks source link

Fix compile error with Erlang OTP 19 #29

Closed dsrosario closed 8 years ago

dsrosario commented 8 years ago

This fix allow amqp_client to be compiled with the erlang otp 19.

whitfin commented 8 years ago

Is there any timeline for this being tagged in the community branch & placed on Hex.pm?

It's causing a break in the main Elixir lib for AMQP (which basically just wraps this repo): https://github.com/pma/amqp/issues/28