*If the stream is canceled send a message with a cancel property
This commit is contained in:
parent
327c429d1e
commit
bba6fa89be
|
@ -62,6 +62,7 @@ export default class StreamingRpcQuery extends SimpleRpcQuery {
|
|||
}
|
||||
|
||||
if (this._canceled) {
|
||||
socket.write(pack({ cancel: true }));
|
||||
finish();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue