elastic / ecs-dotnet

https://www.elastic.co/guide/en/ecs-logging/dotnet/current/setup.html
Apache License 2.0
119 stars 62 forks source link

Fixing disposed channel after config refresh #396

Closed moikmellah closed 5 months ago

moikmellah commented 5 months ago

Replacing reference to channel in ElasticsearchLogger with reference to channel provider, to avoid use of disposed channel after config refresh event.

Mpdreamz commented 5 months ago

Much needed, thanks for catching this one @moikmellah

Mpdreamz commented 5 months ago

run docs-build