Closed
Description
I see the code in raft.go
var rpcErr error
defer rpc.Respond(resp, rpcErr)
and you will assign an error to rpcErr later, but this doesn't work.
A simple example http://play.golang.org/p/IYSUpouNhs
Metadata
Assignees
Labels
No labels