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
Sometimes the test suite crashes with the following error (observed on NodeJS v17.0.1 and v16.13.0)
> node-ble@1.5.0 test:jest > jest --testPathIgnorePatterns=e2e.spec.js PASS test/Adapter.spec.js PASS test/BusHelper.spec.js RUNS test/GattCharacteristic.spec.js node: ../deps/uv/src/unix/core.c:258: uv__finish_close: Assertion `handle->flags & UV_HANDLE_CLOSING' failed. Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
Merge pull request #34 from chrvadala/workaround-issue-30
2afef8f
Workaround issue #30
Successfully merging a pull request may close this issue.
Sometimes the test suite crashes with the following error (observed on NodeJS v17.0.1 and v16.13.0)
The text was updated successfully, but these errors were encountered: