Skip to content

fix bugs and add example

Compare
Choose a tag to compare
@baotiao baotiao released this 30 Aug 10:31
· 54 commits to master since this release
  1. fix RequestVote bug. the leader will not become follower when network partition, and the candidate's log is smaller than leader but the candidate has larger term
  2. add t8 test case
  3. add raftis example
  4. update readme