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

lolsob-rspec
nullkal 2017-12-13 22:27:36 +09:00 committed by Eugen Rochko
parent 44fb9f8030
commit c40537c6ff
1 changed files with 1 additions and 0 deletions

View File

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