*Clear query timer with relay timer
This commit is contained in:
parent
3485a3f533
commit
0eb1e33fce
|
@ -60,6 +60,7 @@ export default class StreamingRpcQuery extends SimpleRpcQuery {
|
|||
if (timer) {
|
||||
clearTimeout(timer as any);
|
||||
timer = null;
|
||||
clearTimeout(this._timeoutTimer);
|
||||
}
|
||||
|
||||
if (this._canceled) {
|
||||
|
|
Loading…
Reference in New Issue