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
Currently, ChannelPoolPartitioning does allocation for every request in uri.getBaseUrl();. The simplest possible fix is to replace uri.getBaseUrl() with uri.getHost() or maybe with the URI itself.