josephwoodward / GlobalExceptionHandlerDotNet

Exception handling as a convention in the ASP.NET Core request pipeline
MIT License
272 stars 32 forks source link

Tasks to set response body content where not being awaited. Sometimes… #31

Closed alek-mcgarry closed 5 years ago

alek-mcgarry commented 5 years ago

… the response was being returned before task finishes which resulted in the responses having no content

josephwoodward commented 5 years ago

Oh nice catch! Thanks for this.

josephwoodward commented 5 years ago

I've just pushed this fix to Nuget, thanks once again - https://www.nuget.org/packages/GlobalExceptionHandler/4.0.2