reactor / reactor-rabbitmq

Reactor RabbitMQ
Apache License 2.0
157 stars 55 forks source link

Do not close channel in RpcClient #92

Closed acogoluegnes closed 5 years ago

acogoluegnes commented 5 years ago

The RpcClient does not handle the lifecycle of the channel that it uses, so it should not close it.