You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for not getting back to this for a long time.
When this happens it indicates that you didn't do raft_add_node with is_self = 1 for the self node. I am considering adding an if statement check that will return -1 in this situation.
call of raft_periodic with the only non-self node added causes the library to crash there:
because raft_get_my_node return null.
null pointer check should be added.
The text was updated successfully, but these errors were encountered: