You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it a good idea (or is it even possible without breaking the program because of error catching) to return an error when rss.Fetch() or feed.Update() failed because of the feed.Refresh time?
Its kinda confusing to receive a complete empty list after recalling the function without an error.
The text was updated successfully, but these errors were encountered:
Yeah, that's a fair point. I'll add a relevant error, which will implement net.Error. In the meantime I'd recommend checking f.Refresh.After(time.Now()).
This is also a workaround i already found. But still: I was confused for quite some time, since i didn't receive an error nor a result i was expecting. This Issue will make the package not better. Just a little bit easier to use. So no high prio :)
Hey there,
is it a good idea (or is it even possible without breaking the program because of error catching) to return an error when rss.Fetch() or feed.Update() failed because of the feed.Refresh time?
Its kinda confusing to receive a complete empty list after recalling the function without an error.
The text was updated successfully, but these errors were encountered: