Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

fix: fix closeAsync #1446

Merged
merged 1 commit into from Aug 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -328,7 +328,7 @@ public ApiFuture<Void> closeAsync() {
}

// Clean up accounting
scheduledFuture.cancel(true);
scheduledFuture.cancel(false);
currentBatcherReference.closed = true;
currentBatcherReference.clear();

Expand Down