Skip to content
Snippets Groups Projects
Commit 8d8f860c authored by Krzysztof Witukiewicz's avatar Krzysztof Witukiewicz
Browse files

OZG-7608 OZG-7729 Make check safer

parent 6bddbbfa
No related branches found
No related tags found
1 merge request!17OZG-7608 OZG-7729 gRPC endpoint for deleted Vorgaenge
......@@ -60,7 +60,7 @@ public class GrpcResponseBatchStreamer<ElemType, ResType> {
}
private boolean batchIsFull() {
return responseBuilder.getElementCount() == batchSize;
return responseBuilder.getElementCount() >= batchSize;
}
public void finish() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment