Skip to content

Commit

Permalink
doc: Adjust wording in client streaming read()
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Feb 27, 2025
1 parent 0ae8586 commit 17105f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/agrpc/server_rpc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ class ServerRPC<RequestClientStreaming, TraitsT, Executor>
/**
* @brief Receive a message from the client
*
* May not be called currently with `finish()`/`finish_with_error()`. It is not meaningful to call it concurrently
* with another read on the same rpc since reads on the same stream are delivered in order.
* It is not meaningful to call it concurrently with another read on the same rpc since reads on the same stream are
* delivered in order.
*
* @param token A completion token like `asio::yield_context` or `agrpc::use_sender`. The
* completion signature is `void(bool)`. `true` indicates that a valid message was read. `false` when
Expand Down

0 comments on commit 17105f4

Please sign in to comment.