Added right codes

This commit is contained in:
Killer069 2021-09-06 22:06:33 +05:30 committed by GitHub
parent 5a69be22ba
commit 9d2cc09e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,6 +178,7 @@ export class Stream {
}) })
this.timer = setTimeout(() => { this.timer = setTimeout(() => {
this.request?.unpipe(this.stream)
this.loop() this.loop()
}, 280 * 1000) }, 280 * 1000)
} }