-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
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
Fix SCARD_E_SERVICE_STOPPED from SCardListReaders #75
Conversation
Your patch is nice but not complete.
Can you fix that? |
It seems I forget to "getContext()" from "PCSCContext.establish_new_context()". I'll check it on Monday. Is it ok? |
OK for me. Take your time to provide a correct patch. |
The problem is that your new method I propose to rename |
Ok. I done it. Now I think this is not the best way how I have fixed it, I need some time to think. But it works nice and you can merge it. |
On Windows 10 the PC/SC manager is stopped when the latest reader is unplugged. LudovicRousseau/pyscard#75 LudovicRousseau/pyscard#27 LudovicRousseau/pyscard#74
On Windows 10 the PC/SC manager is stopped when the latest reader is unplugged. LudovicRousseau/pyscard#75 LudovicRousseau/pyscard#27 LudovicRousseau/pyscard#74
Merged in bf906d3 Thanks |
OS: Windows 10 Pro (10.0.17134)
Reader (tested on): Athena ASEDrive V3CR, ARDS JaCarta, Aladdin R.D. JaCarta3
Python version: 3.7
pyscard version: 1.9.7
Behavior:
How it was fixed: