Skip to content

Commit 40f0045

Browse files
committed
Undo the comment changes.
1 parent 79493c7 commit 40f0045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Yubico.YubiKey/src/Yubico/YubiKey/ConnectionFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ private void WaitForReclaimTimeout(Transport newTransport)
154154
? TimeSpan.FromMilliseconds(100)
155155
: TimeSpan.FromSeconds(3.01);
156156

157-
// Skip waiting if the transport is already active or was previously None
157+
// We're only affected by the reclaim timeout if we're switching USB transports.
158158
if (_device.LastActiveTransport == newTransport)
159159
{
160160
_log.LogDebug(

0 commit comments

Comments
 (0)