C# - Issue with Memory Leak When Using Cached HttpClient in .NET 6 Applications
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-08-22
c# .net-6 httpclient memory-leak
I'm facing a memory leak issue in my .NET 6 application that utilizes a singleton instance of HttpClient for making API calls. The application seems to consume ...