elastic / ecs-dotnet

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

Fixing disposed channel after config refresh #396

Closed moikmellah closed 1 month ago

moikmellah commented 1 month ago

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

Mpdreamz commented 1 month ago

Much needed, thanks for catching this one @moikmellah

Mpdreamz commented 1 month ago

run docs-build