Stream Loop issues fixed
This commit is contained in:
parent
81904bb9b8
commit
ae47630065
@ -177,6 +177,7 @@ export class Stream {
|
||||
|
||||
private async loop() {
|
||||
if (this.stream.destroyed) {
|
||||
this.timer.destroy()
|
||||
this.cleanup();
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user