Hacker News new | ask | show | jobs
by cranej 2420 days ago
And I guess it won't return unless all pages are fetched? even worse...
1 comments

There are timeouts involved, that is, you'll get error responses. Feel free to try the example scripts.
> ...while baking in support for concurrent requests...

Timeout does not help here - if the api is for concurrent requests, it's bad that caller cannot do anything before `(the slowest request finished || timeout exceeded)`.