Hacker News new | ask | show | jobs
by chucke 2420 days ago
There are timeouts involved, that is, you'll get error responses. Feel free to try the example scripts.
1 comments

> ...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)`.