mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-04 06:53:06 +00:00
add on_exit todo so that the waku node is stopped correctly
This commit is contained in:
parent
cc76ac0cb5
commit
35bacf4316
@ -319,6 +319,10 @@ impl eframe::App for TicTacToeApp<Running> {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn on_exit(&mut self, _gl: Option<&eframe::glow::Context>) {
|
||||||
|
// TODO: implement the cleanup an proper stop of waku node
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user