grpc / grpc.github.io

The grpc.io website. (on GitHub pages)
276 stars 381 forks source link

Go generated code reference has no mention of error handling #770

Open adg opened 5 years ago

adg commented 5 years ago

The Go Generated Code Reference makes no mention of how errors are handled (or should be handled).

The particular question I would like answered: if a streaming server method Service.Foo returns an error before sending any messages, will the client see receive the error from the initial call to client.Foo(), or the call to Service_FooClient.Recv()?