Kizspy | Question: 40
(Choose 1 answer)
In a bidirectional streaming call, when does the server wait for the client to send all its messages before sending its
own?
A. Always.
B. Never; the client and server can read and write in any order, their streams operate independently.
C. Only if the client explicitly signals it has finished writing.
D. This is configured by the wait_for_client option in the .proto file.