line/armeria

Close ClientFactory in ArmeriaResteasyClient

minwoox opened this issue · 1 comments

The ClientFactory that is created for ArmeriaResteasyClient is not closed after its use:

return new ArmeriaResteasyClientBuilder(webClientBuilder, ClientFactory.builder());

Will be closed by #5833