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:
@@ -203,6 +203,8 @@ void YubiKey::findValidKeys()
|
||||
|
||||
ykds_free(st);
|
||||
closeKey(yk_key);
|
||||
|
||||
Tools::wait(100);
|
||||
} else {
|
||||
// No more keys are connected
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user