Skip to content

Commit

Permalink
Merge branch '1.11.x' into 1.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Jan 31, 2024
2 parents 49aa4f7 + 202492f commit d9493f6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ public void close() {
}
}

@Override
public void stop() {
super.stop();
}

private void shutdownClientIfNecessary(final boolean quietly) {
if (client == null)
return;
Expand Down

0 comments on commit d9493f6

Please sign in to comment.