No memory leak detected.
Why
Thread pool starvation under burst load.
Fix
Avoid blocking calls in async pipelines.
Daily micro-tips for C#, SQL, performance, and scalable backend engineering.
No memory leak detected.
Why
Thread pool starvation under burst load.
Fix
Avoid blocking calls in async pipelines.