tungstenite-rs icon indicating copy to clipboard operation
tungstenite-rs copied to clipboard

Lightweight stream-based WebSocket implementation for Rust.

Results 43 tungstenite-rs issues
Sort by recently updated
recently updated
newest added

I found that currently the server side of tungstenite will directly drop the connection when encountering some handshake failures (the `stream` is moved into `accept()` so it will be dropped...

Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. Release notes Sourced from env_logger's releases. v0.11.5 [0.11.5] - 2024-07-25 Changelog Sourced from env_logger's changelog. [0.11.5] - 2024-07-25 [0.11.4] -...

dependencies

The `into_text` and `to_text` methods on `Message` currently return a `Result` with tungstenite's error type even though the only error they can produce is a UTF-8 error. I suggest that...