chrvadala/node-ble

Compatibility issue with Node.JS v16 and v17

chrvadala opened this issue · 0 comments

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)