Search code examples
asp.net-mvcasp.net-core.net-corekestrel-http-serverkestrel

Can't cancel task in Asp.net core Action


I am trying to cancel Task running in Asp.net Core Action. For that I am using this github sample. I can cancel task if running service in console, but if I run under IIS (or IIS Express) task is not canceling. I saw similar issue in other question. Based on it issue should be fixed already. I am using .Net core 2.1.


Solution

  • As I know this is known issue and doesn't fixed yet. See more details on ANCM project page.