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

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

suhr opened this issue · comments

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.

commented

Fixed in #220