restsharp-serilog-auto
restsharp-serilog-auto copied to clipboard
:bug: Fixed ExecuteAsync method
The existing implementation sent the request synchronously. It mean we always block executing thread. The xix changed implementation to valid async/await code.