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 was archived by the owner on Feb 12, 2024. It is now read-only.
This is an alternative to #2227
that does not hit datastore twice.
The underlying error was caused by multiple PassThrough/pipe calls.
Turns out go-ipfs does not compress anything by default, so we can
remove PassThrough responsible for streaming of compressed payload
and fix the issue while keeping optimization introduced by buffer-peek-stream.
Closeslibp2p/js-libp2p#374Closeslibp2p/pull-mplex#13
License: MIT
Signed-off-by: Marcin Rataj <[email protected]>
0 commit comments