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