fix blockingWait interaction with RequestContext
Summary: We need to wrap coro_.resume() with a RequestContextScopeGuard so that if the task changes the request context, we restore it after the coroutine suspends itself. Reviewed By: lewissbaker Differential Revision: D16497375 fbshipit-source-id: 439a6f41b2294e56d2ec1b0013a6013524b5ae6a
Showing
Please register or sign in to comment