-
Notifications
You must be signed in to change notification settings - Fork 31
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
Support for AsyncLocalStorage? #22
Comments
Hi, I think that's a great idea. I've figured out The only thing I'm worried about is that now we'll have to stop to support some versions of Node.js. |
I know that it may not be so simple, but something similar to what cls-hooked does may be done (using |
hi there! @Aliheym are there any plans to implement this one? thanks! |
Hi, yes. I am planning to start to implement it on this week. 🙂 |
Hi @Aliheym, any updates on supporting AsyncLocalStorage. |
Hi there!
First of all, thanks for this implementation, seems really cool!
I'm about to start a project using Nest and this was the best library I found for transaction management. The only thing stopping me from using it is the fact that
cls-hooked
uses async_hooks under the hood, which is considered unstable:Is there any plan to migrate from
cls-hooked
to native's AsyncLocalStorage? I think it'd be an amazing stability improvement for this library.In fact there is this implementation for resolving quite the same problem (but without maintenance).
Thank you for your work!
The text was updated successfully, but these errors were encountered: