pokusew / node-pcsclite

Bindings over pcsclite to access Smart Cards
ISC License
60 stars 55 forks source link

Only reading when first started on windows #47

Closed HarmJan1990 closed 1 year ago

HarmJan1990 commented 1 year ago

Hi,

I build an Electron app to read smartcards using this library but i'm having a weird problem. When i build an app for release, the only time the app successfully reads the card is at startup, every time after that it fails. When i start the app using npm start this problem isn't there.

Does anyone have a clue how this can happen?