entersafe / bR301_iOS

Feitian mobile smartcard reader iOS SDK
GNU Lesser General Public License v2.1
9 stars 15 forks source link

SCardListReaders blocks forever #10

Open cwimberger opened 7 years ago

cwimberger commented 7 years ago

We've got the issue that SCardListReaders sometimes blocks forever.

We have all reader code running on a background serial dispatch queue. Also, we've verified by adding debug output before and after the call that this function must be the problem.

Any ideas what could be wrong? Would be great if we could find this bug.