How do I reduce the multiple thread instances to single thread instance in the ASP.NET Core Web API?
I am running the GRPC ASP.NET Core Web API. I want to reduce the multiple thread instance to single thread instance. So I used pstree command to see how many threads it invoked.