Browse Source

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

pull/4/head
nullkal 6 years ago
committed by Eugen Rochko
parent
commit
ccf4f170de
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      streaming/index.js

+ 1
- 0
streaming/index.js View File

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

Loading…
Cancel
Save