grpc / grpc/grpc.io

'Basics tutorial' issue

Open
#780 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
479
Forks
545
Avg merge
2d 7h
Merged PRs (30d)
5

Description

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](https://grpc.io/docs/what-is-grpc/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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.