ok2c commented on PR #592: URL: https://github.com/apache/httpcomponents-core/pull/592#issuecomment-3694609505
@arturobernalg I do not like this approach. There is already a command queue built into the `IOSession`. We should leverage that queue instead of creating another layer of complexity. What we need is to extend `IOSession` interface to expose information about already pending commands and optionally reject commands if the queue is over a particular limit. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
