Conversation

Replying to
Here the values a produced asynchronously (i.e traversable with โ€œfor asyncโ€). Array.from expects an iterable collection (i.e. traversable with โ€œfor ofโ€)
2