Expand Down Expand Up @@ -282,6 +282,24 @@ The default handler lifetime is two minutes. The default value can be overridden Keeping a single `HttpClient` instance alive for a long duration is a common ...
Currently, ClientFactory.GetClient() accepts an HttpClient instance as a parameter. This can lead to HttpClient lifetime issues when using dependency injection, as the IRpcClient may hold onto the ...