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
Dear Developer,
This simple code stalls on the constructor of pcsclite on a fresh windwos 10 system, as long as no card reader is connected at least once.
It stalls even as started from an administrator privilegized command shell.
Once any reader is connected, the code works fine, even after reboot, even as strarted as non-admin user.
const pcsclite = require('@pokusew/pcsclite'); console.log('start'); const pcsc = pcsclite(); // <<< stalls here console.log('never reaches here');
Gabor
The text was updated successfully, but these errors were encountered:
I suspect this is a generic issue with windows SCard API rather than this implementation
Sorry, something went wrong.
See here for a potential fix
#55
No branches or pull requests
Dear Developer,
This simple code stalls on the constructor of pcsclite on a fresh windwos 10 system,
as long as no card reader is connected at least once.
It stalls even as started from an administrator privilegized command shell.
Once any reader is connected, the code works fine, even after reboot, even as strarted as non-admin user.
const pcsclite = require('@pokusew/pcsclite');
console.log('start');
const pcsc = pcsclite(); // <<< stalls here
console.log('never reaches here');
Gabor
The text was updated successfully, but these errors were encountered: