Skip to content

emotiq/rust-libp2p-identify-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-libp2p-identify-issue

Small example to demonstrate issues with rust-libp2p Identify protocol.

How to run:

cargo build
cargo run -p echo-server

from another terminal window run from the same folder:

cargo run -p echo-dialer

Under normal circumstances echo-dialer should send and receive "hello world" message. In reality it blocks in transport upgrade and connection is never reaches echo protocol.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages