We are implementing async controllers in ASP.NET MVC4 using tasks. If the task fails the worker process crashes with something like this:
Exception: System.AggregateException
Message: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread.
alexivanoff
0 Points
10 Posts
UnobserverTaskException with async controller
Apr 19, 2012 12:13 AM|LINK
We are implementing async controllers in ASP.NET MVC4 using tasks. If the task fails the worker process crashes with something like this:
Looks like a bug or are we missing something?