Xabaril / Esquio

Esquio is a Feature Toggle Library for .NET Developers.
Apache License 2.0
428 stars 49 forks source link

HttpContextScopedEvaluationHolder thread safe #172

Closed Yello001 closed 3 years ago

Yello001 commented 3 years ago

HttpContextScopedEvaluationHolder could be accessed in parallel within the same scope, maybe the class should be thread-safe.

unaizorrilla commented 3 years ago

Hi @Yello001

Look good! I'm a litle busy but I try to review and merge it at the end of the week!

thanks for contribute on this!