[Fix] Iota connection
This commit is contained in:
parent
cce13a2b5a
commit
e2d5c24ac4
5 changed files with 445 additions and 25 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue