Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Done
-
2.13
-
.NET: Fix ServiceCallContext access from async methods.
-
Release Notes Required
Description
.NET provides convenient way to execute tasks asynchronously using async/await.
To support passing context to such "co-routines" we should store it into AsyncLocal instead of a ThreadLocal.
Attachments
Issue Links
- links to