This repository was archived by the owner on Feb 12, 2024. It is now read-only.
feat(deps): update multiplex libp2p-ipfs deps #775
Merged
+3
−4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The last piece missing for having interop for file transfers out of the box between go-ipfs and js-ipfs. On the go side this currently requires running with
ipfs daemon --enable-mplex-experiment
on0.4.6
. On the js side things work out of the box.The default multiplexer is now
multiplex
to always work with go-ipfs, as spdy on that side is still in compatible. There is a fall back tospdy
ifmultiplex
is not found on the other side.https://asciinema.org/a/0y07lvf35hjagajn98xtt3g8r
ref #721