-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added async appenders #27
Conversation
Added Async implementations of both the amqp and the udp appender.
Hello just wondered if you had any comments on this. Thanks. |
I'm testing |
Hello, this is obviously not the same feature as the one in this PR, but I just wanted to let you know that there is another project that lets any appender be Async: https://github.com/cjbhaines/Log4Net.Async |
Hrm. I'll take a look to see whats going on too |
@uttg I tested the Async Appender and it works with I'm testing ( And I also tested About the implementation of :) |
Ok, I found the error, it seems that if
The Ok, so, what do you think?
The issue that when we use |
Could you send me the example app you are using to test with that isnt closing? We are using this in production today and not having this issue. Thanks, |
I'm using |
New Appenders
Updated dependencies
Upgraded to the latest version of all dependencies.