stevejgordon / CorrelationId

An ASP.NET Core middleware component which synchronises a correlation ID for cross API request logging.
MIT License
558 stars 106 forks source link

Do not throw exception when Correlation accessor has Context as null #96

Closed VKAlwaysWin closed 2 years ago

Herlitzd commented 3 years ago

I would love to see this merged, we are blocked by this.

Our application sometimes uses HttpClients from WebRequests, and sometimes they get invoked by a Queue Consumer, the invocations from the Consumer Null Ref out.

nakutahyali commented 3 years ago

I am writing integration tests, but I get errors because of this issue.

nover commented 3 years ago

we're also having problems with this - any chance of getting it merged soon?

VKAlwaysWin commented 3 years ago

@stevejgordon any chance that we can get this PR ?