diff options
Diffstat (limited to 'jsonrpc/examples/tokio_server/src')
| -rw-r--r-- | jsonrpc/examples/tokio_server/src/main.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonrpc/examples/tokio_server/src/main.rs b/jsonrpc/examples/tokio_server/src/main.rs index 0a47fda..a9b2b32 100644 --- a/jsonrpc/examples/tokio_server/src/main.rs +++ b/jsonrpc/examples/tokio_server/src/main.rs @@ -91,7 +91,7 @@ async fn main() {          .expect("start a new server");      // Start the server -    server.start().await; +    server.start();      tokio::time::sleep(Duration::MAX).await;  }  | 
