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 9cb272f commit 08d3d21Copy full SHA for 08d3d21
Yubico.YubiKey/src/Yubico/YubiKey/ConnectionFactory.cs
@@ -155,7 +155,7 @@ private void WaitForReclaimTimeout(Transport newTransport)
155
: TimeSpan.FromSeconds(3.01);
156
157
// We're only affected by the reclaim timeout if we're switching USB transports.
158
- if (_device.LastActiveTransport == newTransport)
+ if (_device.LastActiveTransport == newTransport || _device.LastActiveTransport == Transport.None)
159
{
160
_log.LogDebug(
161
"{Transport} transport is already active. No need to wait for reclaim.",
0 commit comments