Closed crixusshen closed 8 years ago
@crixusshen can you provide an example that demonstrates the behavior you describe? All request/response interceptor methods are async and time-consuming since Promises will always resolve in the next tick.
One thing to keep in mind is that you must return the request/response object in the handler. Not returning the request/response would cause it to become undefined.
Stale. @crixusshen please reopen if you can show an issue.
interceptor class#121: requestHandler.call(context, request, config, meta), If requestHandler is a Asynchronous time-consuming function, Access to the variable 'request' will be 'undefined'