Compare commits
No commits in common. "56e16cf267f21fe86fefc6f797ebb2584969d816" and "c909ce2cc1b5d82450e98da268470374db06e3b8" have entirely different histories.
56e16cf267
...
c909ce2cc1
|
@ -9,7 +9,5 @@
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
public const string CAMERA_FAILED_IMAGE_PATH = @"Images\CantConnectCamera.jpg";
|
public const string CAMERA_FAILED_IMAGE_PATH = @"Images\CantConnectCamera.jpg";
|
||||||
|
|
||||||
public const int TIME_TO_GET_STATISTIC_INFO = 60;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,7 @@ namespace AIParkingApplication
|
||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
GETDataFromServer();
|
GETDataFromServer();
|
||||||
Thread.Sleep(AppConstant.TIME_TO_GET_STATISTIC_INFO * 1000);
|
Thread.Sleep(1000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ namespace AIParkingApplication
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
Console.WriteLine($"SendApiStatisticRequest : {ex.Message}");
|
Console.WriteLine($"SendEngineRequest : {ex.Message}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user