goraft / raft

UNMAINTAINED: A Go implementation of the Raft distributed consensus protocol.
MIT License
2.43k stars 479 forks source link

server.Start/Stop/Init cannot be called simultaneously #212

Open xiang90 opened 10 years ago

xiang90 commented 10 years ago

We need to add a lock or document it