harmony-one / harmony

The core protocol of harmony
https://harmony.one
GNU Lesser General Public License v3.0
1.46k stars 286 forks source link

add support for multiple muxers to p2p host #4682

Closed GheisMohammadi closed 2 months ago

GheisMohammadi commented 2 months ago

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.

sophoah commented 2 months ago

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

GheisMohammadi commented 2 months ago

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

fixed.