You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
It's not work if i use WithCorrelationIdHeader().
After debugged from your codes, I found that the error come from: _contextAccessor.HttpContext.Response.Headers.Add(_headerKey, correlationId);
It's complain about:
'An item with the same key has already been added. Key: Correlation-Id'
I think you need to check if it's existing or not
The text was updated successfully, but these errors were encountered:
It's not work if i use WithCorrelationIdHeader().
After debugged from your codes, I found that the error come from:
_contextAccessor.HttpContext.Response.Headers.Add(_headerKey, correlationId);
It's complain about:
'An item with the same key has already been added. Key: Correlation-Id'
I think you need to check if it's existing or not
The text was updated successfully, but these errors were encountered: