You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Case: When invoke first request or by asynch way or by CompletableFuture jersey create instances of ClientRequest in NonInjectionManager$TypedInstances.threadPredestroyables and they never cleaned until clinet not closed, but i need to reuse client instance.
Jersey client version = 2.45
Case: When invoke first request or by asynch way or by CompletableFuture jersey create instances of ClientRequest in NonInjectionManager$TypedInstances.threadPredestroyables and they never cleaned until clinet not closed, but i need to reuse client instance.
CODE:
` Client client = ClientBuilder.newClient();
The text was updated successfully, but these errors were encountered: