rabbitmq / rabbitmq-erlang-client

Erlang client for RabbitMQ
https://www.rabbitmq.com/
Other
184 stars 127 forks source link

gen_server2 and supervisor2 conflict #3

Closed horkhe closed 12 years ago

horkhe commented 12 years ago

When I try to use both rabbitmq-erlang-client and riak-core a conflict is detect at release construction for gen_server2 and supervisor2 exists in both applications. I am not sure which party is supposed to fix this so I created a defect against both projects project. The resolution would probably be to prefix the custom behavior with the project name.

rade commented 12 years ago

The riak versions are clones of the rabbit versions. So the conflict is of riak's making and they should resolve it at their end.