You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
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()?
The text was updated successfully, but these errors were encountered:
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 toclient.Foo()
, or the call toService_FooClient.Recv()
?The text was updated successfully, but these errors were encountered: