Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
getReaderNames(): handle SCARD_E_SERVICE_STOPPED on Windows
On Windows (at least W10) when you remove the last connected reader you get the error SCARD_E_SERVICE_STOPPED. We can just ignore the error since a new connection will be made on next call to getReaderNames(). See db52d27
- Loading branch information