Client Pool
We have a configurable-size Client Pool for processes that require multiple clients in quick succession (this is used by default by the TcpProxyClient
for instance)
This will be useful for developers looking to build connection logic, or just are using raw SDK clients in a sitatuation where there are multiple connections with a lot of churn.
You can find this code here (opens in a new tab)