-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Crashes bcrypt #48
Comments
Also getting the same issue with argon2. |
Interesting, what do these libraries have in common, that makes the problem related to Tinypool? Do you have any reproductions (not with vitest, with Tinypool only) |
No I don't have a reproduction but the reason that leads me to believe it's an issue with tinypool:
|
It could also be a bug in some library that tinypool is using, including Node.js implementation of |
maybe, I don't think Tinypool is doing something different, it uses |
Or maybe https://nodejs.org/api/async_hooks.html ? It's marked as an experimental API. I'll see if I can isolate the bug. |
That'd help so much |
Fixed by #64. |
kelektiv/node.bcrypt.js#980
I'm not really sure what this library does and whether it's a bug that can be fixed by bcrypt or tinypool.
The text was updated successfully, but these errors were encountered: