camme / node-nfc

A first try at binding libnfc to node. This project is right now not good enough to use.
68 stars 39 forks source link

Missing .stop() function #9

Closed Juul closed 8 years ago

Juul commented 9 years ago

If I use the example from the readme to read tags, then exit the program (e.g. ctrl-c) and re-run the example, the second time it will fail to init. It seems like this is due to missing cleanup/shutdown.