Sergey Skorokhod

Results 3 comments of Sergey Skorokhod

and the same kind of issue is in raft_periodic there: ``` if (1 < raft_get_num_voting_nodes(me_) && raft_node_is_voting(raft_get_my_node(me_))) raft_election_start(me_); ``` but I'm not sure whether we need to start election there...

I need to analyze my data-structures for embedded project. I'd love to see something like class-view in Visual Studio with real type's sizes, gaps in structs and so on. The...