Add sleep in ReadData before retry.
This commit is contained in:
parent
0d99936292
commit
81c1496205
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ namespace PMS5003
|
|||
finally
|
||||
{
|
||||
currentTry += 1;
|
||||
Thread.Sleep(1000);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue