Skip to content

pcsclite constructor stalls on a fresh windows 10 system what never had a card reader connected #37

@hawajrambo

Description

@hawajrambo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions