Skip to content
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

docs: add yamux install instructions to GETTING_STARTED.md #2124

Closed
wants to merge 1 commit into from

Conversation

scenaristeur
Copy link
Contributor

@scenaristeur scenaristeur commented Oct 4, 2023

if yamux is used, it needs to be installed

if yamux is used, it needs to be installed
@scenaristeur scenaristeur requested a review from a team as a code owner October 4, 2023 17:09
Copy link
Member

@maschad maschad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for opening this, we are actually in the process of deprecating mplex and so I think the Multiplexing section should reflect that. Could you make those changes please so that we could land this?

@@ -126,7 +126,7 @@ Looking at the [available stream multiplexing](./CONFIGURATION.md#stream-multipl
You can install `@libp2p/mplex` and add it to your libp2p node as follows in the next example.

```sh
npm install @libp2p/mplex
npm install @libp2p/mplex @chainsafe/libp2p-yamux
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
npm install @libp2p/mplex @chainsafe/libp2p-yamux
npm install @chainsafe/libp2p-yamux

@@ -126,7 +126,7 @@ Looking at the [available stream multiplexing](./CONFIGURATION.md#stream-multipl
You can install `@libp2p/mplex` and add it to your libp2p node as follows in the next example.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This and the Multiplexing section above makes references to @libp2p/mplex which are actually going to be outdated, we should update this to yamux

@achingbrain achingbrain changed the title Update GETTING_STARTED.md docs: add yamux install instructions to GETTING_STARTED.md Oct 5, 2023
@achingbrain achingbrain force-pushed the main branch 24 times, most recently from ae05a4d to dea0d8e Compare November 29, 2023 18:53
@achingbrain achingbrain force-pushed the main branch 13 times, most recently from 242fd96 to bca8d6e Compare November 30, 2023 21:12
@dhuseby dhuseby assigned dhuseby and maschad and unassigned dhuseby May 21, 2024
@maschad
Copy link
Member

maschad commented May 26, 2024

Closing as this GETTING_STARTED has already been updated to fix the original issue, and mplex will be deprecated in #2555

@maschad maschad closed this May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants