Some work

This commit is contained in:
Alex Auvolat
2020-04-06 21:02:15 +02:00
parent 1a5e6e39af
commit 3c36b449a3
5 changed files with 167 additions and 25 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ async fn main() {
let api_server = api::run_api_server(sys.clone(), wait_from(rx2));
tokio::spawn(shutdown_signal(vec![tx1, tx2]));
tokio::spawn(membership::bootstrap(sys));
tokio::spawn(sys.bootstrap());
let (e1, e2) = futures::join![rpc_server, api_server];