sandeepmistry / node-powermate

A Node.js library for the Griffin PowerMate
41 stars 25 forks source link

added disconnected event for when a powermate is unplugged #10

Closed dannydulai closed 8 years ago

dannydulai commented 8 years ago

Sandeep,

I've added a disconnect method to your powermate library ... I had to do the nextTick() or we had a segfault in HID's native code... The native readAsync() was still processing stuff so you can't .close() to free it up from the read callback.

sandeepmistry commented 8 years ago

@dannydulai thank you!