no message
This commit is contained in:
@@ -153,7 +153,7 @@ public abstract class RepositoryServer<D extends Database> {
|
||||
} catch (Exception ex) {
|
||||
System.out.println("Исключение во время отправки сообщения абоненту " + CommonUtils.Brackets(target));
|
||||
ex.printStackTrace();
|
||||
Utils.sleep(1000);
|
||||
CommonUtils.sleep(1000);
|
||||
} finally {
|
||||
attempts--;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user