add timeout to fix #444
This commit is contained in:
@@ -61,6 +61,7 @@ namespace keepass2android
|
||||
try
|
||||
{
|
||||
isoTag.Connect();
|
||||
isoTag.Timeout = 30000;
|
||||
byte[] resp = isoTag.Transceive(selectCommand);
|
||||
int length = resp.Length;
|
||||
if (resp[length - 2] == (byte)0x90 && resp[length - 1] == 0x00)
|
||||
|
||||
Reference in New Issue
Block a user