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

use of deprecated item 'tokio::runtime::threadpool::Runtime::reactor' #208

Closed suhr closed 5 years ago

suhr commented 5 years ago

use of deprecated item 'tokio::runtime::threadpool::Runtime::reactor': there is now a reactor per worker thread

Looks like the async example is somewhat out of date.

kpp commented 5 years ago

Fixed in https://github.com/websockets-rs/rust-websocket/pull/220