microsoft / dotnet

This repo is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundation.
https://devblogs.microsoft.com/dotnet/
MIT License
14.31k stars 2.21k forks source link

.Net6.0 webapi bug when publishing Docker container #1366

Open 394988736 opened 1 year ago

394988736 commented 1 year ago

When a project is published to the docker, if an exception is thrown in a multithread or asynchronous method that does not wait for execution in a request, the container will be stuck and cannot be deleted