-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request context with promises? #17
Comments
Hi @SlowShip, glad this code is helpful. Since Domains are deprecated, I am working on an API compatible replacement. |
Cool. Thanks for the work arounds, will keep an eye on this. |
For anyone else suffering the same issue, I ended up installing bluebird and using Thanks again. |
any updates on this issue? this bug should be documented in the readme. |
This appears to be resolved (I'm using native promises on node.js v8.4.0 and express v4.16.3). |
Hey, great module. It's been really helpful.
I can't seem to get it to work with promises though, are they supported?
I've got a minimal replication of it failing here incase I'm doing anything wrong.
here is the main point of failure - the
contextService.get
works fine normally but returnsundefined
inside a promise:Thanks for your time
The text was updated successfully, but these errors were encountered: