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

Missing imports in server example? #142

Closed dherman closed 7 years ago

dherman commented 7 years ago

The server example doesn't compile for me. It says it can't find a filter_map method. Is there a trait import missing?

Thanks!

dherman commented 7 years ago

Oy, I forgot to .unwrap() the result of .bind() >_< My fault!