From 2f0ed591475e943df16653d49f1ca9f1ec678fe7 Mon Sep 17 00:00:00 2001 From: Timo Stamm Date: Fri, 23 Jun 2023 10:55:34 +0200 Subject: [PATCH] Remove outdated documentation about RPC call cancel in MANUAL.md (#546) --- MANUAL.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/MANUAL.md b/MANUAL.md index 4fbe0028..dd9aa11e 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -1654,9 +1654,6 @@ those types are untested. All four method types share the following properties: If the server replies with an error status, this promise will reject with a `RpcError` that contains the status code and meta data. -- `cancel(): void` - Cancel this call. - A unary call simply does not use the `stream` keyword in `.proto`. The method