fix of lc_result ending firstly
parent
6adab1b903
commit
e4c3e5f46f
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"dateOfCreation": "1721381809107",
|
"dateOfCreation": "1721381809109",
|
||||||
"configServer": "localhost",
|
"configServer": "localhost",
|
||||||
"processes": [
|
"processes": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -89,6 +89,7 @@ pub mod v2 {
|
||||||
if res.is_ok() {
|
if res.is_ok() {
|
||||||
info!("Local config warding mechanism stopped, waiting for others ...");
|
info!("Local config warding mechanism stopped, waiting for others ...");
|
||||||
sleep(Duration::from_millis(500)).await;
|
sleep(Duration::from_millis(500)).await;
|
||||||
|
let _ = restart_main_thread();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
error!("Local config warding mechanism crushed, restarting ...");
|
error!("Local config warding mechanism crushed, restarting ...");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue