Closed
Description
So I'm sure this was done on purpose for speed issues but recently ran into an issue where we had a middleware issuing unique Request IDs and saving them using context.Set()
. Under high concurrency we found that requests began to start sharing request ids and found it was caused by the underlying map for the store not locking.
Metadata
Metadata
Assignees
Labels
No labels