-
Notifications
You must be signed in to change notification settings - Fork 1.2k
The file is broken when using AsyncIterable in addAll . #4344
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
Hello @jclab-joseph, js-ipfs is being deprecated in favor of Helia. You can learn more about this deprecation and the corresponding migration guide here. As a result, we are going to close this issue. If you think we have done this in error, please feel to reopen with any comments in the next week as we will circle back on the reopened issues. We hope you will consider Helia for your IPFS in JS needs. If you believe this particular request belongs in Helia, feel free to open a Helia issue. We look forward to engaging with you more there. Specifically, you will want to look into Thanks, |
60.0.0
Linux 5.19.0-38-generic #39~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 17 21:16:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Severity: High
Description:
The file is broken on the addAll & wrapWithDirectory & AsyncIterable combination.
It seems to me that the first result of the yield is being ignored, and the second result is being inserted twice.
Steps to reproduce the error:
Minimal Reproduce: https://github.com/jclab-joseph/js-ipfs-bug-1
Result:
The text was updated successfully, but these errors were encountered: