chrvadala / node-ble

Bluetooth Low Energy (BLE) library written with pure Node.js (no bindings) - baked by Bluez via DBus
https://www.npmjs.com/package/node-ble
MIT License
310 stars 45 forks source link

Compatibility issue with Node.JS v16 and v17 #30

Closed chrvadala closed 2 years ago

chrvadala commented 2 years ago

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)