Skip to content

Commit 2189e80

Browse files
committed
bugfix asynchronous shutdown
1 parent 61c447c commit 2189e80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/arangodb/async/internal/ArangoExecutorAsync.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@ private <T> CompletableFuture<T> execute(
7272

7373
public void disconnect() throws IOException {
7474
communication.close();
75+
outgoingExecutor.shutdown();
7576
}
7677
}

0 commit comments

Comments
 (0)