commit: ccf4f170de86f24d5a243c411b807f1c394723cf parent: 90e7da16a013e7d9024adbbf484123959f83ef01 Author: nullkal <nullkal@nil.nu> Date: Wed, 13 Dec 2017 22:27:36 +0900 Make sure call `done();` in the listener of public timeline for anonymous connection (#6009)Diffstat:
M | streaming/index.js | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/streaming/index.js b/streaming/index.js @@ -368,6 +368,7 @@ const startWorker = (workerId) => { log.error(err); }); } else { + done(); transmit(); } });