Skip to content

Commit ce761c6

Browse files
author
ivan-skryabin
committed
cc grpc: remove requirement of Finish call in server handler from docs
commit_hash:4e36b322db8d288f6de8f1f80dca4f6576043ec1
1 parent 0b15a1d commit ce761c6

File tree

1 file changed

+0
-2
lines changed
  • scripts/docs/en/userver/grpc

1 file changed

+0
-2
lines changed

scripts/docs/en/userver/grpc/grpc.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ Each method receives:
199199
* Also contains grpc::ClientContext from grpcpp library
200200
* A request (for single-request RPCs only)
201201

202-
When using a server stream, always call `Finish` or `FinishWithError`. Otherwise the client will receive `UNKNOWN` error, which signifies an internal server error.
203-
204202
Read the documentation on gRPC streams:
205203
* Single request, single response @ref ugrpc::server::Response
206204
* Request stream, single response @ref ugrpc::server::Reader + @ref ugrpc::server::Result

0 commit comments

Comments
 (0)