repair socket and receiver thread (#303)

repair socket and receiver thread
This commit is contained in:
anatoly yakovenko
2018-06-02 08:32:51 -07:00
committed by GitHub
parent fd338c3097
commit 216510c573
7 changed files with 159 additions and 28 deletions

View File

@@ -37,6 +37,7 @@ fn validator(
validator.sockets.respond,
validator.sockets.replicate,
validator.sockets.gossip,
validator.sockets.repair,
leader.clone(),
exit.clone(),
);