Skip to content

Commit

Permalink
Merge pull request #38755 from sberyozkin/log_resteasy_reactive_clien…
Browse files Browse the repository at this point in the history
…t_close

Log when a RestEasy Reactive client close method is called
  • Loading branch information
sberyozkin authored Feb 13, 2024
2 parents 5051ca2 + 49c2903 commit e8a84db
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 e8a84db

Please sign in to comment.