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 Oct 19, 2022. It is now read-only.
From ipfs/kubo#6389 (comment)
In multiformats/go-multistream#32, go started pipelining protocol negotiation. Specifically, instead of:
/multistream/1.0.0
/multistream/1.0.0
na
or the protocol (if selected).The protocol now looks like:
/multistream/1.0.0
/multistream/1.0.0
na
or the protocol (if selected).That way, we can half to a full round trip (depending on the server's implementation).
However, this appears to be causing the connection to fail with:
(an error from javascript).
But I can't reproduce this issue when I manually spin up a js-ipfs node and a go-ipfs node.
Also note, adding a small delay between sending the
/multistream/1.0.0
header and the first protocol appears to fix the issue.To reproduce, run the "exchange-files" interop test against go-ipfs 0.4.21-rc3.
The text was updated successfully, but these errors were encountered: