Add sleep in ReadData before retry.

This commit is contained in:
Denis-Cosmin Nutiu 2021-04-10 18:17:47 +03:00
parent 0d99936292
commit 81c1496205

View file

@ -96,6 +96,7 @@ namespace PMS5003
finally finally
{ {
currentTry += 1; currentTry += 1;
Thread.Sleep(1000);
} }
} }