AbsolutG
❔ Memory leak in a .NET 7 Webapi application
I'm at my wit's end, trying g to find a memory leak in my application. I have tried to make sure that all disposable objects are in *using..." blocks, I have been cleaning everything I can, but I can't get rid of the leak.
Any tips on what to look for to solve this?
Thanks!
10 replies