goraft / raft

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

refactor(sever.go) send stop async; remove unnecessary else #182

Closed xiang90 closed 10 years ago

xiang90 commented 10 years ago

No one will consume the result of stop. Stop is synced by another stop channel.

Asyncsend will go away after separate internal communication channel and external ones.

xiang90 commented 10 years ago

@benbjohnson closed this since

philips commented 10 years ago

@xiangli-cmu closed this since what?

xiang90 commented 10 years ago

@philips see #183