Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop ignoring broadcasted
NewView
s (#2064)
PR #2042 added `NewView` broadcasting, but it didn't change anything because nodes ignored `NewView`s that were not sent via a direct request. In fact that PR made network recovery worse, since the leader would no longer see repeated `NewView`s. This PR just adds the handler for broadcasted `NewView`s.
- Loading branch information