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

Switch Localnet Muxer to Yamux #4764

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Switch Localnet Muxer to Yamux #4764

merged 1 commit into from
Oct 3, 2024

Conversation

GheisMohammadi
Copy link
Contributor

@GheisMohammadi GheisMohammadi commented Oct 1, 2024

Issue

This PR addresses stream stability issues caused by the mplex muxer. Specifically, mplex has been identified as the source of instability, leading to streams being closed or restarted unexpectedly.
To resolve this, the PR removes the use of the mplex muxer for localnet and configures localnet to exclusively use the Yamux muxer. This change aims to enhance stability and fixes the stream handling within the localnet environment.
This PR addresses the issue mentioned in #4749

@sophoah
Copy link
Contributor

sophoah commented Oct 2, 2024

@Frozen @mur-me thank you in advance for your approval

@sophoah sophoah merged commit aba5af0 into dev Oct 3, 2024
4 checks passed
@sophoah sophoah mentioned this pull request Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants