vertx-rabbitmq-client
vertx-rabbitmq-client copied to clipboard
RabbitMQClient#restartConnect does not fail promise on retries configured to zero
Version
4.3.1
Context
While reading the source code.
Do you have a reproducer?
The handler is not invoked in case of configuration of retries set to zero.
https://github.com/vert-x3/vertx-rabbitmq-client/blob/master/src/main/java/io/vertx/rabbitmq/impl/RabbitMQClientImpl.java#L222-L224
Pull request https://github.com/vert-x3/vertx-rabbitmq-client/pull/158
Merged.