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

Race condition(?) on a mifare ISO/IEC 14443-4 card #25

Open
crimson589 opened this issue Mar 17, 2021 · 0 comments
Open

Race condition(?) on a mifare ISO/IEC 14443-4 card #25

crimson589 opened this issue Mar 17, 2021 · 0 comments

Comments

@crimson589
Copy link

I'm using this to read mifare classic 1k card and there haven't been any issues. I was recently given a different type of mifare card and at first it looked liked it wasn't being read by the reader but after debugging the findCard() function at index.js it worked?

If i debug around Line 278, nothing happens the response is empty, however if I debug before that and wait just a few milliseconds to a second then I get a response and I successfully get the UID.

So am I right that there is a race condition happening somewhere? it's weird that if I debug the code I get a response but nothing if I don't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant