Community

On The Difficult Problem Of Logging Errors In Parallel Promises In JavaScript

(Ben Nadel) Yesterday, in response to my post on gathering data in parallel inside an asynchronous Generator-based workflow, Scott Rippey brought up a really interesting point: if several of the parallel requests error-out or get rejected, only the first error in the group will be caught.

Read More - Register for Free Membership