Closed ndrwrbgs closed 6 years ago
May not be a problem in this particular implementation, but need to review here and other libraries that copied this code.
https://github.com/ndrwrbgs/OpenTracing-System.Diagnostics/blob/f1198071e0eb482783d1abffda519f263d846f4a/src/Library/ToOpenTracing/AsyncLocal.cs#L12
The static key for the call context will overlaps for any T's of the same type.
May not be a problem in this particular implementation, but need to review here and other libraries that copied this code.
https://github.com/ndrwrbgs/OpenTracing-System.Diagnostics/blob/f1198071e0eb482783d1abffda519f263d846f4a/src/Library/ToOpenTracing/AsyncLocal.cs#L12
The static key for the call context will overlaps for any T's of the same type.