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
I have read the commit above and I now understand the AsyncLocal technique used.
it should be relatively easy to address this.
We can keep the old code maybe for NET35 platform.
AspNetSessionValueLayoutRenderer modifies the HttpContext.Items-collection, but this collection is not threadsafe.
Implement other threadsafe way of doing re-entrant checking. Ex. like this: getsentry/sentry-dotnet@e0d6b1d (Only possible for ASP_NET_CORE or NET46)
The text was updated successfully, but these errors were encountered: