Closed heidihoward closed 8 years ago
There exists a serious bug in the IO abstraction used in server.go.
To reproduce, set scripts/failure_testing.sh to kill node 0, run it and observe that the New View RPC is not sent by node 1 to node 2.
Fixed, message parsing code for new view and query messages was missing
There exists a serious bug in the IO abstraction used in server.go.
To reproduce, set scripts/failure_testing.sh to kill node 0, run it and observe that the New View RPC is not sent by node 1 to node 2.