upsight / dinghy

Dinghy implements leader election using the raft protocol
MIT License
14 stars 4 forks source link

Fixes handling appendentries to self #3

Closed pkar closed 7 years ago

pkar commented 7 years ago

This fixes the case where it's an append entries to itself. It also sets the leader id for bookkeeping on successful append entries.