ecyuan commented on issue #6280: URL: https://github.com/apache/skywalking/issues/6280#issuecomment-769654011
> Are you saying, because there are many messages sent, so the httpClient opened for a long time? No. each send action hold a http connection resource, if you don't close it, the connection pool will be full always, so next request can do nothing. Infact that is an java.util.concurrent.Future. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
