Enforce return values from applylog callback (#76)
the only valid return values are 0 (success) or RAFT_ERR_SHUTDOWN. this is now enforced by an assert
Please register or sign in to comment
the only valid return values are 0 (success) or RAFT_ERR_SHUTDOWN. this is now enforced by an assert