S7A7LHUN2YLV3HEQBHOSYQCRBMDTX6AJ4WTWLKQZY7547LEGFCUQC
.await;
cmd_send.send(XmppCommand::TimeoutCleanup).await;
.await
{
Err(e) => {
error!("Cann't send global ping {}", e);
}
_ => {}
}
match cmd_send.send(XmppCommand::TimeoutCleanup).await {
Err(e) => {
error!("Cann't send timeout cleanup {}", e);
}
_ => {}
}