ipfs / js-ipfs-unixfs

JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)
Other
87 stars 34 forks source link

fix: usage with readble-stream #333

Closed achingbrain closed 1 year ago

achingbrain commented 1 year ago

The readable-stream module has different timings to using plain generators - it turns out that detection of the end of the walkDag method was being done incorrectly - instead of waiting for it's promise to resolve we should wait for the output queue to finish.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version ipfs-unixfs-exporter-v13.1.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: