SumoLogic / sumologic-net-appenders

Several appenders for .NET developers to use that send logs straight to SumoLogic.
Apache License 2.0
23 stars 39 forks source link

SumoLogicMessageSender throws NRE during CanTrySend when HttpClient has been disposed #112

Closed swettstein closed 2 years ago

swettstein commented 2 years ago

During an attempt at a graceful shutdown, SumoLogicMessageSender has been disposed which sets the HttpClient to null but one last log is attempted and throws a NullReferenceException when calling CanTrySend due to checking the ConnectionTimeout on HttpClient but HttpClient is already disposed and null.