jjchiw / gelf4net

GELF log4net Appender - graylog2
MIT License
63 stars 59 forks source link

Remove async from GelfUdpAppender.ActivateOptions() #59

Closed tormaroe closed 6 years ago

tormaroe commented 6 years ago

Async caused System.InvalidOperationException in ASP.NET syncronization context. "Async void" methods are generally unsupported within ASP.NET request processing.

jjchiw commented 6 years ago

Thanks!!

Pushed a new version :)