You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/docs/en/userver/grpc/grpc.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,8 +199,6 @@ Each method receives:
199
199
* Also contains grpc::ClientContext from grpcpp library
200
200
* A request (for single-request RPCs only)
201
201
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
-
204
202
Read the documentation on gRPC streams:
205
203
* Single request, single response @ref ugrpc::server::Response
206
204
* Request stream, single response @ref ugrpc::server::Reader + @ref ugrpc::server::Result
0 commit comments