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

Commit

Permalink
Merge branch 'master' into file-credential
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanli-ml committed Aug 5, 2021
2 parents 926ebc1 + 7c6c298 commit 8135915
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 8135915

Please sign in to comment.