We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
I'm making a node.js app with nfc-pcsc, and my goal is windows stand-alone application that communicate with Vue app.
Now it can detect device and can read action, but I tagged my android phone on the device then the app has crashed.
On local environment, use nodemon solves problem like that, but executable file made by pkg has just terminated when crash.
Can I catch ISO 14443-4 exception or ignore it?
I want to my app always wait for tagging something on the device, after wrong tagging too.
Anyone has solution?
Thanks and good luck to all of you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I'm making a node.js app with nfc-pcsc, and my goal is windows stand-alone application that communicate with Vue app.
Now it can detect device and can read action, but I tagged my android phone on the device then the app has crashed.
On local environment, use nodemon solves problem like that, but executable file made by pkg has just terminated when crash.
Can I catch ISO 14443-4 exception or ignore it?
I want to my app always wait for tagging something on the device, after wrong tagging too.
Anyone has solution?
Thanks and good luck to all of you.
The text was updated successfully, but these errors were encountered: