Various fixed

This commit is contained in:
killer069
2021-10-08 17:49:53 +05:30
parent b36364da76
commit 5c64bdd0b2
3 changed files with 18 additions and 9 deletions

View File

@@ -155,7 +155,7 @@ export class Stream {
this.timer = new Timer(() => {
this.timer.reuse();
this.loop();
}, 280);
}, 265);
this.stream.on('close', () => {
this.cleanup();
});