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

Upgrade tokio-related dependencies to 1.15+

f4nff opened this issue · comments

commented

Upgrade tokio-related dependencies to 1.15+ ?

It is hard to do. rust-websocket is based on long-legacy components and porting it to modern stack may be close to a rewrite.

What do you need from websocket that is not covered by tokio-tungstenite or async-tungstenite?