Skip to content

Commit

Permalink
Merge pull request grpc#478 from vjpai/cancel
Browse files Browse the repository at this point in the history
Remove incorrect text about canceling a synchronous RPC
  • Loading branch information
vjpai authored Mar 22, 2017
2 parents d69a218 + cc3a7f6 commit 0377799
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/guides/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,7 @@ complete before a client has sent all its requests.

Either the client or the server can cancel an RPC at any time. A cancellation
terminates the RPC immediately so that no further work is done. It is *not* an
"undo": changes made before the cancellation will not be rolled back. Of course,
RPCs invoked via a synchronous RPC method call cannot be cancelled because
program control is not returned to the application until after the RPC has
terminated.
"undo": changes made before the cancellation will not be rolled back.

<a name="metadata"></a>

Expand Down

0 comments on commit 0377799

Please # to comment.