fix(core): update
This commit is contained in:
@@ -298,7 +298,7 @@ export class VirtualStream<T = Uint8Array> implements plugins.typedRequestInterf
|
||||
await plugins.smartdelay.delayFor(0);
|
||||
let counter = 0;
|
||||
keepAliveLoop: while (this.keepAlive) {
|
||||
const triggerResult = await this.triggerKeepAlive();
|
||||
await this.triggerKeepAlive();
|
||||
await plugins.smartdelay.delayFor(1000);
|
||||
}
|
||||
await plugins.smartdelay.delayFor(1000);
|
||||
|
||||
Reference in New Issue
Block a user