diff --git a/ui/stream/sender.js b/ui/stream/sender.js index f5dd93e..bc144be 100644 --- a/ui/stream/sender.js +++ b/ui/stream/sender.js @@ -60,11 +60,6 @@ export class Sender { * */ close() { - if (this.timeout !== null) { - clearTimeout(this.timeout); - this.timeout = null; - } - this.buffered = null; this.bufferedSize = 0;