reactor/reactor-rabbitmq

Make Sender and Receiver closing more robust

acogoluegnes opened this issue · 0 comments

Currently a failure in the connection closing would prevent other closing steps to occur. A warning should be emitted, and other steps should be executed. Same things of those next steps fail.

See #94 (comment).