You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple processes cannot acquire YubiKey if I am using go-piv.
but if we pass C.SCARD_SHARE_SHARED in place of C.SCARD_SHARE_EXCLUSIVE
this will solve the problem without any side effects.
The text was updated successfully, but these errors were encountered:
rajnikant12345
changed the title
Go PIV do not give Shared access for multiple processes for YubiKey
Go PIV do not give Shared access to multiple processes
Oct 13, 2021
piv-go/piv/pcsc_unix.go
Line 97 in 4b80d66
Multiple processes cannot acquire YubiKey if I am using go-piv.
but if we pass
C.SCARD_SHARE_SHARED
in place ofC.SCARD_SHARE_EXCLUSIVE
this will solve the problem without any side effects.
The text was updated successfully, but these errors were encountered: