websockets-rs / rust-websocket

A WebSocket (RFC6455) library written in Rust

Home Page:http://websockets-rs.github.io/rust-websocket/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

client example broken

Dowwie opened this issue · comments

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" })'