Hoverbear / old-raft-rs

[Incomplete] A Raft implementation in Rust
https://hoverbear.github.io/raft-rs/raft/
MIT License
266 stars 41 forks source link

Client #105

Closed Hoverbear closed 9 years ago

Hoverbear commented 9 years ago

Adds a timeout for the client.

danburkert commented 9 years ago

awesome! @homu r+

homu commented 9 years ago

:pushpin: Commit 1fc99cf has been approved by danburkert

homu commented 9 years ago

:hourglass: Testing commit 1fc99cf with merge 1bd3034...

homu commented 9 years ago

:sunny: Test successful - status

Hoverbear commented 9 years ago

@danburkert I think there is still work to be done with how long we wait for responses, but this helps.