From: nullkal Date: Wed, 13 Dec 2017 13:27:36 +0000 (+0900) Subject: Make sure call `done();` in the listener of public timeline for anonymous connection... X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=ccf4f170de86f24d5a243c411b807f1c394723cf;p=mastodon.git Make sure call `done();` in the listener of public timeline for anonymous connection (#6009) --- 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(); } });