Stream Loop issues fixed

This commit is contained in:
killer069
2021-10-08 18:33:46 +05:30
parent 81904bb9b8
commit ae47630065

View File

@@ -177,6 +177,7 @@ export class Stream {
private async loop() {
if (this.stream.destroyed) {
this.timer.destroy()
this.cleanup();
return;
}