Make sure call `done();` in the listener of public timeline for anonymous connection (#6009)

master
nullkal 6 years ago committed by Eugen Rochko
parent 90e7da16a0
commit ccf4f170de
  1. 1
      streaming/index.js

@ -368,6 +368,7 @@ const startWorker = (workerId) => {
log.error(err);
});
} else {
done();
transmit();
}
});

Loading…
Cancel
Save