From 3f8d08032e35b90c30504b48134f8f5ef7ea43f8 Mon Sep 17 00:00:00 2001 From: TylerSchroederWM <75996872+TylerSchroederWM@users.noreply.github.com> Date: Mon, 8 Feb 2021 18:00:44 -0500 Subject: actually ends the stream --- channels-lib.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/channels-lib.js b/channels-lib.js index 8d057ce..980aac1 100644 --- a/channels-lib.js +++ b/channels-lib.js @@ -72,8 +72,9 @@ class StreamController { this.streamData[datumIndex].oldestTimestampSeen = 0; } this.pushNewlySafeMessages(); + this.outputStream.push(); } - } + }a } module.exports = { -- cgit v1.2.3