Satyam Agarwal
03/24/2021, 5:31 PMmaxConnectionsCount
, maxConnectionsPerRoute
, pipelineMaxSize
in http client with CIO engine.
Also what is the role of threadsCount
with coroutines in CIO engine ? The kotlin doc inside :
maxConnectionsCount = Maximum allowed connections count.
maxConnectionsPerRoute = Maximum connections per single route.
pipelineMaxSize = Maximum number of requests per single pipeline.
threadsCount = Network threads count advice.
It is crisp, and I understand it, but I also assume here. I would like a better explanation. Please help 🙂