Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Mar 15, 2022
1 parent 2cfce06 commit 172b00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use tokio::sync::Mutex;
/// use drpc::codec::BinCodec;
///
/// async fn test(){
/// let c = Client::<BinCodec>::dial("127.0.0.1:10000").await.unwrap();
/// let c = Client::<BinCodec>::dial("127.0.0.1:10000").await.unwrap();
/// println!("dial success");
/// let resp: i32 = c.call("handle", 1).await.unwrap();
/// println!("resp=>>>>>>>>>>>>>> :{}", resp);
Expand Down

0 comments on commit 172b00c

Please sign in to comment.