Rocket/examples/upgrade
Sergio Benitez 1d2cc257dc Preprocess tungstenite 'ConnectionClosed' errors.
Tungstenite abuses `Err(ConnectionClosed)` to indicate the non-error
condition of a websocket closing. This commit changes error processing
such that the error is caught and converted into a successful
termination of websocket handling.
2023-03-30 16:08:31 -07:00
..
src Preprocess tungstenite 'ConnectionClosed' errors. 2023-03-30 16:08:31 -07:00
static Implement stream websocket API in upgrade example. 2023-03-30 12:48:20 -07:00
Cargo.toml Add 'upgrade' example with WebSocket support. 2023-03-29 17:07:01 -07:00