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 --- jsonrpc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jsonrpc/README.md') diff --git a/jsonrpc/README.md b/jsonrpc/README.md index b4ee580..8127727 100644 --- a/jsonrpc/README.md +++ b/jsonrpc/README.md @@ -94,7 +94,7 @@ async { .expect("build the server"); // Starts the server - server.start().await; + server.start(); smol::Timer::after(Duration::MAX).await; }; -- cgit v1.2.3