websockets-rs / rust-websocket

A WebSocket (RFC6455) library written in Rust
http://websockets-rs.github.io/rust-websocket/
MIT License
1.55k stars 223 forks source link

client example broken #213

Closed Dowwie closed 5 years ago

Dowwie commented 5 years ago

I just cloned the repo , ran server in one session and then tried to run client in another. The client panicked: IoError(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })'