raft icon indicating copy to clipboard operation
raft copied to clipboard

fix: when sending snapshot, snapshot.Next iterates forever until raft error

Open Maslino opened this issue 3 years ago • 0 comments

This PR fixes two problems:

  1. If snapshot.Next returns io.EOF, the sending loop should be ended
  2. Writing zero payload to buffer will cause message decode error

Maslino avatar Jun 11 '21 09:06 Maslino