Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
wilbo007
Explore posts from servers
C
C#
CD
Cloudflare Developers
Posts
Comments
C
C#
•
Created by wilbo007 on 1/5/2024 in
#help
Why does my very simple C# program leak 890MB of RAM?
I have found a solution, instead of using httpClient.GetAsync(url), I should've been using httpClient.GetStreamAsync(url)
4 replies