Skip to content

Commit

Permalink
Log when a RestEasy Reactive client close method is called
Browse files Browse the repository at this point in the history
  • Loading branch information
sberyozkin committed Feb 13, 2024
1 parent ce66a7a commit 49c2903
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ public void close() {
if (closeVertx) {
vertx.close();
}
log.debug("Client is closed");
}

void abortIfClosed() {
Expand Down

0 comments on commit 49c2903

Please sign in to comment.