Memory leak - why too many “Ichangetoken” objects
问题 Above is the screenshot when compared to baseline of memory dump. I have an api method, which I'm calling every 3 seconds and nothing else is going on in the environment like, no user using the environment. When I debug in VS2017, for each request that I make, I it is calling some services like "addtransient","addscopped" etc. and in the startup file we are configuring different config files return builder.AddDataEngineFile(s => { s.FileProvider = provider; s.Path = path; s.Optional =