I am intending to use async methods in ASP.NET core MVC. I know they run on event loop.
If inside particular async method (web request) happens the out of memory error, does it
crush other currently running async methods?
If that happens to be true, that would mean web page visitors associated with those currently running async methods would get error.
New contributor
George F is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.