filipedeschamps / rss-feed-emitter

Super RSS News Feed aggregator written in Node.js and ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First load won't get skipped if first pull got an error

kr4ssi opened this issue · comments

To reproduce:
-Cut of internet
-Start your application
-Turn internet on
-Next pull will emit every item

commented

yeah, that's not really surprising, as it's not the first load if the first load errored...

commented

I'll see what I can do to have it check if the first load errored so it doesn't bypass it. Do you have the specific error it's throwing on our end?

commented

I've added a gitter for the repo so it's easier to find/talk to me

I'll see what I can do to have it check if the first load errored so it doesn't bypass it. Do you have the specific error it's throwing on our end?

It only says "Cannot connect to ..."

commented

thanks, that's all i neede.