Skip to content
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

Fixing an inverted timeout condition #1871

Merged
merged 1 commit into from
Jun 9, 2022

Commits on Jun 4, 2022

  1. Fixing an inverted timeout condition

    Card reading timeout should happen when dtTimeout < DateTime.Now not the other way around, otherwise ListenToCardIso14443TypeA(out Data106kbpsTypeA card, TimeSpan timeout) will always return false. i.e. since dtTimeout is in the future it will be always greater than DateTime.Now
    fadyanwar committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    a2d62dc View commit details
    Browse the repository at this point in the history