Extensions.Hosting.AsyncInitialization
Extensions.Hosting.AsyncInitialization copied to clipboard
Async initialization for .NET 6.0+ apps using the generic host (e.g. ASP.NET Core apps)
Results
1
Extensions.Hosting.AsyncInitialization issues
Sort by
recently updated
recently updated
newest added
Hi, I also encounter the issue mentioned previously in #16 when using InitAndRunAsync method. I confirm that under certain conditions there can be a race between TeardownAsync and DisposeAsync on...