bump version to v2.1.1 (#533)

This commit is contained in:
Sijie.Sun
2024-12-24 10:40:57 -05:00
committed by GitHub
parent 2f4a097787
commit 34e4e907a9
12 changed files with 55 additions and 30 deletions
+2
View File
@@ -287,6 +287,8 @@ async fn standalone_rpc_test() {
server.registry().register(service, "test");
server.serve().await.unwrap();
tokio::time::sleep(std::time::Duration::from_millis(100)).await;
let mut client = StandAloneClient::new(TcpTunnelConnector::new(
"tcp://127.0.0.1:33455".parse().unwrap(),
));