diff --git a/src/rpc.rs b/src/rpc.rs index 3761511a21..ee9a368f46 100644 --- a/src/rpc.rs +++ b/src/rpc.rs @@ -58,6 +58,7 @@ impl JsonRpcService { server.unwrap().close(); break; } + sleep(Duration::from_millis(100)); } () })