Replies: 1 comment
-
| 
         That depends on the underlying HttpClient you're using (OkHttp by default), but it's very likely. Usually when declaring the  In any case, depending on how you're defining the Bean, you can use any of the following methods to hook to the application shutdown callbacks and explicitly call the  
  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I define global client as a bean and using in application runtime.
If i didn't close the client explicitly when the application is killed or restarted, will there be a connection leak?
Beta Was this translation helpful? Give feedback.
All reactions