libp2p / go-libp2p-examples

Example libp2p applications
MIT License
339 stars 145 forks source link

Any example using stream multiplexers? #61

Closed jeshocarmel closed 5 years ago

jeshocarmel commented 5 years ago

Would be really helpful to have an example using ymux or mplex

upperwal commented 5 years ago

yamux and mplex are used internally whenever you create a new stream. So, you are already using them.

jeshocarmel commented 5 years ago

Great. My bad I didn't notice that. Implicit implementation it is then. Thanks

upperwal commented 5 years ago

👍