Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karsonto committed Feb 21, 2024
1 parent 1a5e06c commit cd5799b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ private MessageEntity dequeue() {
if (takeIndex == items.length) {
takeIndex = 0;
}
count--;
notFull.signalAll();
return item;
}
Expand Down

0 comments on commit cd5799b

Please sign in to comment.