We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79493c7 commit 40f0045Copy full SHA for 40f0045
Yubico.YubiKey/src/Yubico/YubiKey/ConnectionFactory.cs
@@ -154,7 +154,7 @@ private void WaitForReclaimTimeout(Transport newTransport)
154
? TimeSpan.FromMilliseconds(100)
155
: TimeSpan.FromSeconds(3.01);
156
157
- // Skip waiting if the transport is already active or was previously None
+ // We're only affected by the reclaim timeout if we're switching USB transports.
158
if (_device.LastActiveTransport == newTransport)
159
{
160
_log.LogDebug(
0 commit comments