You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
Agreed. This is also related with the progress bar support - ipfs/js-ipfs#879
In js-ipfs-api case with go-ipfs, it is really due to the nature of how the multipart message is created and how a http request is formed. We are aware that we need to level up our http-api to support things like this, see: https://github.com/ipfs/http-api-spec/issues/116
Currently,
addFromFs
andipfs add
only trigger the callback when everything is done or if an error occured. This has two problem:It would be nice if there was an unbuffered version that trigger the callback for each daemon event.
The text was updated successfully, but these errors were encountered: