-
Notifications
You must be signed in to change notification settings - Fork 93
add: mplex #269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add: mplex #269
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also add a section saying that until recently, the reason mplex was still supported was compatibility with js-libp2p, which didn't have yamux support yet. Now that js-libp2p has gained yamux support (link to the release), there's really no good reason to still support mplex, unless you need to deal with legacy nodes. For all other use cases, yamux would be the better choice.
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
@marten-seemann can be checked again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be good to go once the suggestions have been incorporated :)
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
Context
Notes
Latest preview
Please view the latest Fleek preview here.