mirror of https://github.com/grpc/grpc-go.git
Add more comments
This commit is contained in:
parent
98c0b8aa3e
commit
9a14ca798d
2
call.go
2
call.go
|
|
@ -137,6 +137,8 @@ func Invoke(ctx context.Context, method string, args, reply interface{}, cc *Cli
|
|||
err error
|
||||
t transport.ClientTransport
|
||||
stream *transport.Stream
|
||||
// Record the put handler from Balancer.Get(...). It is called once the
|
||||
// RPC has completed or failed.
|
||||
put func()
|
||||
)
|
||||
// TODO(zhaoq): Need a formal spec of fail-fast.
|
||||
|
|
|
|||
Loading…
Reference in New Issue