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

Upgrade tokio-related dependencies to 1.15+ #266

Open f4nff opened 2 years ago

f4nff commented 2 years ago

Upgrade tokio-related dependencies to 1.15+ ?

vi commented 2 years ago

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?