I follow the example document and try to make interactive_client connect to echo_server, but it seems the interactive_client hangs on initialization.
Environment:
Both mac/windows have the same issue.
Reproduce steps:
- Run
cargo run --example echo_server in terminal A
- Run
cargo run --example interactive_client in terminal B
