You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: