Open
Description
I'm using express-http-context to store request-id(generate each time new request arrived automatically) and get request-id anytime, anywhere I want.
In normal case its working fine but if I get context in promise chain it always return context of the first request. Please help me how to always get context of current request.
Thanks a lot!