[Fix] Iota connection

This commit is contained in:
Alex Emmet 2026-03-09 22:23:54 +01:00
commit e2d5c24ac4
5 changed files with 445 additions and 25 deletions

View file

@ -41,7 +41,9 @@ async fn main() {
get_omega_connection();
tokio::spawn(async move {
let _ = start(959).await;
if let Err(e) = start(959).await {
log_err!(0, util::logger::PrintType::General, "{}", e);
}
});
garbage_collect_calls();