Improve YubiKey/OnlyKey detection with more than 2 keys

Add a small delay between key polling to let the hardware interface settle. Prevents invalid serial numbers from being pulled messing up the KeePassXC workflow.
This commit is contained in:
Jonathan White 2020-06-10 08:20:21 -04:00
parent 639a7f91a4
commit cbf7759e7c

View File

@ -203,6 +203,8 @@ void YubiKey::findValidKeys()
ykds_free(st);
closeKey(yk_key);
Tools::wait(100);
} else {
// No more keys are connected
break;