*Clear query timer with relay timer

This commit is contained in:
Derrick Hammer 2022-09-09 21:20:37 -04:00
parent 3485a3f533
commit 0eb1e33fce
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ export default class StreamingRpcQuery extends SimpleRpcQuery {
if (timer) {
clearTimeout(timer as any);
timer = null;
clearTimeout(this._timeoutTimer);
}
if (this._canceled) {