Skip to content

Commit

Permalink
[fix][build] Call sendMessagesToConsumers
Browse files Browse the repository at this point in the history
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
  • Loading branch information
nodece committed Sep 10, 2024
1 parent 6176720 commit 3e37978
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public synchronized void readEntryComplete(Entry entry, PendingReadEntryRequest
long size = entry.getLength();
updatePendingBytesToDispatch(size);

if (sendMessagesToConsumers(readType, Lists.newArrayList(entry), ctx.isLast())) {
if (sendMessagesToConsumers(readType, Lists.newArrayList(entry))) {
readMoreEntriesAsync();
} else {
updatePendingBytesToDispatch(-size);
Expand Down

0 comments on commit 3e37978

Please sign in to comment.