grpc.io icon indicating copy to clipboard operation
grpc.io copied to clipboard

'Basics tutorial' issue

Open FrankAtHexagon opened this issue 3 years ago • 1 comments

In the Defining the service section, there's this text:

Once the client has finished writing the messages, it waits for the server to read them all and return its response.

However, in the Client streaming RPC section from the Core Concepts documentation, it says this:

The server responds with a single message (along with its status details and optional trailing metadata), typically but not necessarily after it has received all the client’s messages.

Both statements cannot be correct.

FrankAtHexagon avatar May 10 '21 15:05 FrankAtHexagon

cc @thisisnotapril

sergiitk avatar Jul 21 '21 21:07 sergiitk