Skip to content

Commit

Permalink
[fix] [client] Multi topic consumer receive null even if has backlog
Browse files Browse the repository at this point in the history
  • Loading branch information
poorbarcode committed Nov 16, 2022
1 parent 9da5980 commit f1a7cf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -712,8 +712,8 @@ public void redeliverUnacknowledgedMessages() {
});
clearIncomingMessages();
unAckedMessageTracker.clear();
resumeReceivingFromPausedConsumersIfNeeded();
});
resumeReceivingFromPausedConsumersIfNeeded();
}

@Override
Expand Down

0 comments on commit f1a7cf2

Please sign in to comment.