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
Added a coroutine-aware RequestContextScope service that persists request metadata in the current coroutine while providing a synchronous fallback.
Registered the scope in the application container, seeding it for each request, and updated the logging processor to pull request details from the coroutine-local scope.
Updated HTTP middleware to read and write request metadata through the new scope and refreshed tests to validate scope-based context resolution.
0 commit comments