промежуточный. пилотный вариант планировщика в качестве отдельного процесса

This commit is contained in:
2024-04-15 22:09:10 +03:00
parent 5d09ae430c
commit 56f97584ef
10 changed files with 955 additions and 59 deletions

View File

@@ -161,6 +161,7 @@ public abstract class TestingPlanner<P extends TestingPackage> {
}
} catch (Exception ex) {
Print("Ошибка сеанса. Соединение будет разорвано.");
ex.printStackTrace();
Print(ex.getMessage());
//
testingPackage.connectionErrosCount++;