Blazor WebAssembly Monitor Threading exception
问题 I'm currently working on a .NET Standard 2.1 Blazor WebAssembly hosted application. My application structure looks like this: BlazorApp.Client (error occures here) BlazorApp.Server I use Serilog with the Elasticsearch sink in my BlazorApp.Client project. It works fine, but when I enable Selflog on Serilog and debug, I get the following error in my browser console: SelfLog.Enable(msg => Debug.WriteLine(msg)); Elasticsearch.Net.UnexpectedElasticsearchClientException: Cannot wait on monitors on