particle-iot / particle-usb

A library for accessing Particle USB devices
Apache License 2.0
5 stars 1 forks source link

Update node-usb #47

Closed sergeuz closed 2 years ago

sergeuz commented 2 years ago

This PR updates node-usb to its latest 1.9.1 release that works with recent versions of Node. Unfortunately, that release also has a known bug (the fix for it was reverted in 1.9.1) that prevents the application process from exiting in a timely manner and it affects the Particle CLI.

I'll keep this PR as a draft and update it when the issue is fixed in node-usb.

sergeuz commented 2 years ago

cc @busticated

busticated commented 2 years ago

@sergeuz is this the blocking issue? https://github.com/node-usb/node-usb/issues/418

sergeuz commented 2 years ago

is this the blocking issue? node-usb/node-usb#418

@busticated Yes.

sergeuz commented 2 years ago

Superseded by https://github.com/particle-iot/particle-usb/pull/53.