Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

more feedback from ipfs add #567

Closed
Closed
@MichaelMure

Description

@MichaelMure

Currently, addFromFs and ipfs add only trigger the callback when everything is done or if an error occured. This has two problem:

  • there is no feedback of the progress during the operation.
  • all the stream of event of the daemon is buffered in memory and that can be expensive for a directory with a lot of files
  • there is no way to process the result during the operation. You have to wait and process everything in the end.

It would be nice if there was an unbuffered version that trigger the callback for each daemon event.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions