Skip to content

Commit

Permalink
Delete obsolete codes
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Feb 27, 2024
1 parent eb01f22 commit 427dd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ let raft_handle = tokio::spawn(raft.clone().run());
raft.join(vec![join_ticket]).await;

// ...
tokio::try_join!(join_ticket)?;
tokio::try_join!(raft_handle)?;
```

### Manipulate FSM by RaftServiceClient
Expand Down

0 comments on commit 427dd6c

Please sign in to comment.