Skip to content

Commit

Permalink
fix: Wait for Gremlin Server to complete shutdown while shutting down…
Browse files Browse the repository at this point in the history
… the ArcadeDB Server (#1635)
  • Loading branch information
dominik-bergen-fnt committed Jun 20, 2024
1 parent c95953f commit 7b44bd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ public void startService() {
@Override
public void stopService() {
if (gremlinServer != null)
gremlinServer.stop();
gremlinServer.stop().join();
}
}

0 comments on commit 7b44bd4

Please sign in to comment.