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
This behavior matches the behavior of async methods, where `AsyncLocal` values are allowed to flow into methods (will be useful for context-aware logging in the future), but not allowed to leak them outside of background job methods.
Closes#2409, #906
If I use CallContext or AsyncLocal (base on ExecuteContext) to cache data
it can not free and always is first cache data
can I use ExecuteContext like Web Api or Mvc to cache data in execution flow????
The text was updated successfully, but these errors were encountered: