jjchiw / gelf4net

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

Changed to keep connection and channel alive #22

Closed wjdavis5 closed 8 years ago

wjdavis5 commented 8 years ago

RabbitMq best practices indicates it is best to leave the connection open for as long as required and create channels for each thread.

In this case its best to just leave the channel open as well and lock it to ensure only 1 thread can access it at a time.

jjchiw commented 8 years ago

Thanks!

Nuget package updated to 2.0.3.9