Skip to content

Wait connection on MaxConnections reached #1490

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
sschepens opened this issue Dec 18, 2017 · 2 comments
Open

Wait connection on MaxConnections reached #1490

sschepens opened this issue Dec 18, 2017 · 2 comments

Comments

@sschepens
Copy link
Contributor

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.

@slandelle
Copy link
Contributor

Contributions welcome :)

@maltalex
Copy link
Contributor

maltalex commented Dec 6, 2018

Implemented in #1586

@slandelle slandelle added this to the 2.7.0 milestone Dec 6, 2018
@slandelle slandelle removed this from the 2.7.0 milestone Jan 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants