close tcp connection when restarting
This commit is contained in:
parent
c9e80434fe
commit
d71a7bb2a9
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ fn main() -> anyhow::Result<()> {
|
|||
println!("resetting modem ... ");
|
||||
println!("======================= MODEM =======================");
|
||||
let _ = mdm.start_sending(mqtt_username, mqtt_password).unwrap_or(());
|
||||
let _ = mdm.tcp_close_connection().unwrap_or(());
|
||||
thread::sleep(Duration::from_millis(1500));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue