about summary refs log tree commit diff
path: root/streaming/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'streaming/index.js')
-rw-r--r--streaming/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/streaming/index.js b/streaming/index.js
index 303e37ab4..a42a91242 100644
--- a/streaming/index.js
+++ b/streaming/index.js
@@ -368,6 +368,7 @@ const startWorker = (workerId) => {
               log.error(err);
             });
           } else {
+            done();
             transmit();
           }
         });