async-http-client icon indicating copy to clipboard operation
async-http-client copied to clipboard

Wait connection on MaxConnections reached

Open sschepens opened this issue 6 years ago • 2 comments

Right now when we reach max connections we just throw an Exception, it would be great if we could make AsyncHttpClient wait a configurable amount of time for a connection to become available, otherwise throw an exception. Netty's FixedChannelPool implements this.

sschepens avatar Dec 18 '17 16:12 sschepens

Contributions welcome :)

slandelle avatar Dec 18 '17 19:12 slandelle

Implemented in #1586

maltalex avatar Dec 06 '18 16:12 maltalex