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
We need to make sure that the HttpClients used by HalClient get disposed eventually to make sure that all handlers get disposed correctly.
e.g. CacheCow Client's CachingHandler depends on the HttpClient instance being disposed to prevent a memory leak (see aliostad/CacheCow#47)
The text was updated successfully, but these errors were encountered:
akilb
changed the title
HalClient needs to dispose IHttpConnections (and HttpClient) when it is destroyed
HalClient needs to ensure that IHttpConnections (and their HttpClients) are disposed eventually
Nov 27, 2015
We need to make sure that the HttpClients used by HalClient get disposed eventually to make sure that all handlers get disposed correctly.
e.g. CacheCow Client's CachingHandler depends on the HttpClient instance being disposed to prevent a memory leak (see aliostad/CacheCow#47)
The text was updated successfully, but these errors were encountered: