diff options
-rw-r--r-- | channels-lib.js | 3 |
1 files changed, 2 insertions, 1 deletions
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 = { |