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

add support for multiple muxers to p2p host #4682

Merged
merged 2 commits into from
Jun 3, 2024
Merged

add support for multiple muxers to p2p host #4682

merged 2 commits into from
Jun 3, 2024

Conversation

GheisMohammadi
Copy link
Contributor

Issue

The current implementation of the P2P host supports only a single muxer. This PR enhances the functionality by allowing the P2P host to support multiple muxers. The muxer type is now changed to a string, and multiple muxers can be specified as a comma-separated string.

cmd/harmony/flags.go Outdated Show resolved Hide resolved
@sophoah
Copy link
Contributor

sophoah commented May 31, 2024

LGTM, i just left one comment, once fixed i'll approve

@GheisMohammadi
Copy link
Contributor Author

LGTM, i just left one comment, once fixed i'll approve

fixed.

@sophoah sophoah merged commit 7d06fdc into dev Jun 3, 2024
4 checks passed
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.

None yet

3 participants