There was an error while loading. Please reload this page.
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.
@hyperxpro WDYT?
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.
@hyperxpro WDYT?