Open ddkclaudio opened 4 years ago
Looks like you are using futures 0.3
/ tokio 0.2
. rust-websocket
is currently based on old pre-async/await tokio 0.1
world.
@vi Is there any plan to rewrite this module using futures 0.3
/ tokio 0.2
probably also with async/await
?
@dzcpy Not sure.
I'm going to evaluate and try out tokio-tungstenite and if it suits the needs for which I got into the whole rust-websocket
business then maybe it would be the proper time to officially discontinue rust-websocket
project and maybe eventually yield the "websocket" crate name to Tungstenite project.
Are there any important features present in rust-websocket
that tungstenite
/ tokio-tungstenite
doesn't cover?
@ddkclaudio Have you eventually solved your WebSocket needs with this or other library?
@dzcpy Not sure.
I'm going to evaluate and try out tokio-tungstenite and if it suits the needs for which I got into the whole
rust-websocket
business then maybe it would be the proper time to officially discontinuerust-websocket
project and maybe eventually yield the "websocket" crate name to Tungstenite project.Are there any important features present in
rust-websocket
thattungstenite
/tokio-tungstenite
doesn't cover?
Or how about async-tungstenite
?
https://github.com/sdroege/async-tungstenite
@dzcpy Maybe async-tungstenite
. I haven't yet reserched about Tungstenite and how its variations related to each other.
Example for websocket using SSL does not work, can someone help me?
Cargo.toml
Erro