We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
node:assert:126 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at Timeout._onTimeout (...\node_modules\piscina\dist\index.js:312:39) at listOnTimeout (node:internal/timers:594:17) at process.processTimers (node:internal/timers:529:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual' }
This happens to me quite often. Not Sure if you need something to reproduce the issue, if yes, LMK.
The text was updated successfully, but these errors were encountered:
This doesn't seem to happen when atomics is set to disabled.
atomics
disabled
Sorry, something went wrong.
Also, I'm on ^5.0.0-alpha.0
^5.0.0-alpha.0
Hi! 👋 Thanks for the report, can you attempt to use 5.0.0-alpha.1 and verify if the issue persists?
5.0.0-alpha.1
As well, if you can provide an Minimum Reproducible Example that will help much to support you better
No branches or pull requests
This happens to me quite often. Not Sure if you need something to reproduce the issue, if yes, LMK.
The text was updated successfully, but these errors were encountered: