Abnormally terminates the stream. After calling this method, no further messages will be sent or received, however it may still be possible to receive buffered messages for a brief period until ClientStreamListener#closed is called. This method may only be called after #start, but el
(Status reason)
| 39 | * @param reason must be non-OK |
| 40 | */ |
| 41 | void cancel(Status reason); |
| 42 | |
| 43 | /** |
| 44 | * Closes the local side of this stream and flushes any remaining messages. After this is called, |
no outgoing calls