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
when you just use HttpClient.create() and do not supply an explicit ConnectionProvider, other default are used via a shared ConnectionProvider with max 500 connections (which are they call max active channels in the docs).
when you just use
HttpClient.create()and do not supply an explicit ConnectionProvider, other default are used via a shared ConnectionProvider with max 500 connections (which are they call max active channels in the docs).