We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c074e3c commit 6efd365Copy full SHA for 6efd365
src/utils.rs
@@ -6,7 +6,7 @@ pub(crate) fn open_card(name: String) -> Result<Card, PcscError> {
6
vname.push(0u8);
7
context.connect(
8
unsafe { CStr::from_bytes_with_nul_unchecked(&vname[..]) },
9
- pcsc::ShareMode::Exclusive,
+ pcsc::ShareMode::Shared,
10
pcsc::Protocols::ANY,
11
)
12
}
0 commit comments