willnogueira
Results
1
comments of
willnogueira
Another option, and probably more viable, is to have a single background worker (preferably implemented in an async-fashion). Similar to https://github.com/serilog/serilog-sinks-async/blob/dev/src/Serilog.Sinks.Async/Sinks/Async/BackgroundWorkerSink.cs - It would avoid having the client wait when...