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
mplex is being phased out. go-libp2p and rust-libp2p have removed it from the list of default muxers a long time ago.
Kubo is considering removing it as well: ipfs/kubo#9958.
The text was updated successfully, but these errors were encountered:
Is it premature to stop testing mplex until this comment libp2p/specs#553 (comment) hold true and it's actually deprecated in the libp2p/specs?
The first step would be for every client to have yamux enabled by default (which requires stable support in their underlying libp2ps, and proper testing)
Once that is done & we are confident in all yamuxes, we can update the specs to remove mandatory support
This is more about documenting what we're already doing now. We're not fixing bugs or performance issues in mplex, instead, we're already skipping tests (see the transport integration test effort in go-libp2p).
If we resolve the specs issue first and then disable the tests or vice versa will most likely not make any difference.
mplex is being phased out. go-libp2p and rust-libp2p have removed it from the list of default muxers a long time ago.
Kubo is considering removing it as well: ipfs/kubo#9958.
The text was updated successfully, but these errors were encountered: