serilog-contrib / serilog-sinks-slackclient

Slack Sink for Serilog
Apache License 2.0
27 stars 15 forks source link

Add async version #15

Open rodion-m opened 5 years ago

rodion-m commented 5 years ago

Please implement async supporting to the library. Now it entails deadlock if the logger was run from thread with SynchronizationContext. And thank you for your work!