Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test(batch): acks data synchronously
  • Loading branch information
bevzzz committed Mar 18, 2026
commit 202572cc4e450626865d4e1d4442bcf18f699557
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ public void test_startAfterClose() throws Exception {
*/
private List<String> recvDataAndAck() throws InterruptedException {
List<String> received = recvData();
out.emitEventAsync(new Event.Acks(received));
out.emitEvent(new Event.Acks(received));
return received;
}

Expand Down
Loading