likefastwebsockets, but we have not worked on that yet as it was not required for the use case that original authors designed the library for. In the course of past years we have merged several performance improvements submitted by the awesome community of Rust users who helped to improve ...
the trait bound `tokio::net::TcpStream: std::io::Read` is not satisfied the trait `std::io::Read` is not implemented for `tokio::net::TcpStream`rustcClick for full compiler diagnostic stream.rs(63, 28): required by a bound in `tokio_tungstenite::tungstenite::stream::MaybeTlsStream`...
If both native-tls and rustls-tls are enabled native-tls is used by default. A new Connector was introduced that is similar to the previous TlsConnector but now allows to control the used TLS backend explicitly (or disable it) in client_async_tls_with_config. 0.13.0 Upgrade from Tokio 0...
Bumpstokio-tungstenitefrom 0.24.0 to 0.26.1. Changelog Sourced fromtokio-tungstenite's changelog. 0.26.1 Updatetungsteniteto address an issue that might cause UB in certain cases. 0.26.0 Updatetungsteniteto0.26.0(breaking changes). 0.25.0 Updatetungsteniteto0.25.0(important updates!). Dependabot ...
likefastwebsockets, but we have not worked on that yet as it was not required for the use case that original authors designed the library for. In the course of past years we have merged several performance improvements submitted by the awesome community of Rust users who helped to improve ...
likefastwebsockets, but we have not worked on that yet as it was not required for the use case that original authors designed the library for. In the course of past years we have merged several performance improvements submitted by the awesome community of Rust users who helped to improve ...
As with tungstenite-rs TLS is supported on all platforms using native-tls or rustls through feature flags: native-tls, rustls-tls-native-roots or rustls-tls-webpki-roots feature flags. Neither is enabled by default. See the Cargo.toml for more information. If you require support for secure...