jmsadair / raft

An implementation of the Raft consensus protocol.
MIT License
31 stars 2 forks source link

Fixed sendRequestVote bug #53

Closed jmsadair closed 5 months ago

jmsadair commented 5 months ago

This fixed a minor bug in the election/pre-election process that allowed for multiple leaders.