Skip to content

Commit e39cb6f

Browse files
vikinghawkacogoluegnes
authored andcommitted
cleanup
(cherry picked from commit ebb5859)
1 parent a5d3e4f commit e39cb6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/rabbitmq/client/impl/recovery/AutorecoveringConnection.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,6 @@ public void removeConsumerRecoveryListener(ConsumerRecoveryListener listener) {
560560
}
561561

562562
private synchronized void beginAutomaticRecovery() throws InterruptedException {
563-
this.wait(this.params.getRecoveryDelayHandler().getDelay(0));
564563
final long delay = this.params.getRecoveryDelayHandler().getDelay(0);
565564
if (delay > 0) {
566565
this.wait(delay);

0 commit comments

Comments
 (0)