From 3429caa87699d986f799a11f6e0f4526e723b655 Mon Sep 17 00:00:00 2001 From: hozan23 Date: Fri, 14 Jun 2024 22:49:53 +0200 Subject: jsonrpc: client use unbounded channels as buffer for sending requests & clean up examples --- p2p/examples/monitor/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p2p') diff --git a/p2p/examples/monitor/src/main.rs b/p2p/examples/monitor/src/main.rs index 990f8d2..78ada48 100644 --- a/p2p/examples/monitor/src/main.rs +++ b/p2p/examples/monitor/src/main.rs @@ -83,7 +83,7 @@ fn main() { .expect("Build rpc server"); // Run the RPC server - server.start().await; + server.start(); // Run the RPC Service service.run().await.expect("Run monitor rpc service"); -- cgit v1.2.3