sdroege/async-tungstenite
Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation
RustMIT
Issues
- 14
- 6
TLS Features are not additive
#78 opened by MikailBag - 12
- 5
Can't find `tungstenite::client::IntoClientRequest`
#126 opened by evaporei - 1
ResetWithoutClosingHandshake when server sends more frequent messages.
#120 opened by hp8wvvvgnj6asjm7 - 1
Add vendored feature for dependency crates so that statically linked OpenSSL can be used
#119 opened by yuroitaki - 6
- 1
Support for the `smol` runtime
#113 opened by szgupta - 5
- 2
- 3
Support fragmented messages
#108 opened by piegamesde - 1
- 3
Inspecting the steam buffer
#106 opened by alextes - 6
Creating a executer agnostic crate via Nuclei?
#45 opened by d4h0 - 11
Initial report: stack overflow on windows with 0.15
#98 opened by jbr - 1
Cloning `WebSocketStream`s
#96 opened by UE2020 - 2
Disable certificate validation
#88 opened by UE2020 - 5
- 2
- 3
[Question] How to add headers to connection?
#84 opened by mvniekerk - 9
accept_hdr_async : cannot perform an async I/O in the callback because callback does not return a Future
#70 opened by mahdi-shojaee - 5
- 5
How to disable logging for compact?
#89 opened by JakkuSakura - 2
- 2
max connect just 50 onely
#86 opened by eighteen-k-gold-malow - 5
async_tungstenite::tokio::ConnectStream doesn't implement Debug when feature "tokio-native-tls" is enabled.
#82 opened by hn-sl - 1
Update to tungstenite 0.13?
#79 opened by aldanor - 0
- 1
Keep a changelog
#66 opened by RAnders00 - 1
[Question] What's the best practice to implement a simple websocket client with this crate?
#69 opened by AurevoirXavier - 7
- 1
Release v0.10.0 to crates.io
#64 opened by RAnders00 - 1
AsyncRead / AsyncWrite for WebsocketStream?
#62 opened by black-binary - 1
Release new version to crates.io
#52 opened by MathiasKoch - 1
Examples for WSS server with Tungstenite
#49 opened by Redrield - 2
- 5
- 1
the trait `tokio::io::async_read::AsyncRead` is not implemented for `async_tungstenite::WebSocketStream<async_tungstenite::stream::Stream<async_tungstenite::tokio::TokioAdapter<tokio::net::tcp::stream::TcpStream>,
#46 opened by zw5 - 0
async-tls version upgrade
#43 opened by rcastill - 1
Integrating openssl support?
#39 opened by jdm - 1
Question: How should I go about sending close frames when my program is exiting?
#41 opened by ldesgoui - 7
Type aliases for `WebSocketStream` would be useful.
#35 opened by d4h0 - 2
If tokio-runtime feature is enabled, implement tokio AsyncRead/Write traits on WebSocket and provide a From impl for the adapter
#28 opened by sdroege - 3
How to use native tls with tokio_tls feature?
#31 opened by xyaman - 0
How to use rustls instead of openssl?
#30 opened by xyaman - 1
Where does the split() method come from?
#29 opened by S1nus - 2
Error using accept_async() with Tokio
#25 opened by inguar - 3
- 2
Example how to use with HTTP server
#20 opened by Frando - 5
Question about chat server example
#22 opened by mlodato517