raft
raft copied to clipboard
fix: when sending snapshot, snapshot.Next iterates forever until raft error
This PR fixes two problems:
- If snapshot.Next returns io.EOF, the sending loop should be ended
- Writing zero payload to buffer will cause message decode error