issues
search
sdroege
/
async-tungstenite
Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation
MIT License
396
stars
61
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Provide a simple `async fn send` method for better interoperability with `futures-lite` based facilities
#142
stackinspector
opened
3 weeks ago
3
0.28.0 release
#141
sdroege
closed
2 months ago
0
0.28.0 release
#140
sdroege
closed
2 months ago
0
Update tungstenite dependency to 0.24
#139
jgraef
closed
2 months ago
0
Release 0.27.0
#138
sdroege
closed
4 months ago
0
examples: use SocketListener::accept_future instead of SocketService
#137
carlosmn
closed
4 months ago
1
Release 0.26.2
#136
sdroege
closed
5 months ago
0
Ship our own Cargo.lock for MSRV builds
#135
sdroege
closed
5 months ago
0
Replace `futures_task::ArcWake` with `std::task::Wake`
#134
timotheyca
closed
5 months ago
2
Task wakes too often in release mode when used with `async_std`
#133
timotheyca
opened
5 months ago
14
Release 0.26.0
#132
sdroege
closed
5 months ago
0
Update to tokio-rustls 0.26
#131
sdroege
closed
6 months ago
0
Update dependencies and release 0.25.0
#130
sdroege
closed
9 months ago
0
Fix tokio support for async_tls
#129
obmarg
closed
9 months ago
0
how to close websocket after it has been moved into select?
#128
hp8wvvvgnj6asjm7
closed
10 months ago
12
Simplify response body type in `server-custom-accept` example
#127
nickelc
closed
10 months ago
1
Can't find `tungstenite::client::IntoClientRequest`
#126
evaporei
closed
11 months ago
5
0.24.0 release
#125
sdroege
closed
11 months ago
0
Update `server-custom-accept` example to `hyper` v1
#124
nickelc
closed
11 months ago
1
Remove unnecessary docker setup action
#123
nickelc
closed
11 months ago
0
Update deps: tungstenite, tokio-rustls etc.
#122
nickelc
closed
11 months ago
2
expose MaybeTlsStream in async_tls
#121
brandonros
closed
1 year ago
6
ResetWithoutClosingHandshake when server sends more frequent messages.
#120
hp8wvvvgnj6asjm7
closed
1 year ago
1
Add vendored feature for dependency crates so that statically linked OpenSSL can be used
#119
yuroitaki
opened
1 year ago
1
Update to tungstenite 0.20
#118
sdroege
closed
1 year ago
0
Add tokio-rustls-manual-roots feature
#117
complexspaces
closed
1 year ago
8
feat: upgrade tokio-rustls to 0.24
#116
CGQAQ
closed
1 year ago
0
Update deps
#115
gdesmott
closed
1 year ago
0
Add a GIO version of accept_async
#114
carlosmn
closed
1 year ago
0
Support for the `smol` runtime
#113
szgupta
opened
1 year ago
1
could not find `async_std` in `async_tungstenite`
#112
hp8wvvvgnj6asjm7
closed
1 year ago
6
[Question]: How to optimise the memory usage for websocket client
#111
coder3101
closed
1 year ago
5
Fix the unreachable test url
#110
Remalloc
closed
1 year ago
1
How to close connection gracefully after WebSocketStream.split()?
#109
PieceOfGood
closed
2 years ago
2
Support fragmented messages
#108
piegamesde
opened
2 years ago
3
"thread 'async-std/runtime' panicked" when running "echo-server" example
#107
stnbu
closed
2 years ago
1
Inspecting the steam buffer
#106
alextes
closed
2 years ago
3
Make the semantics of Stream more reasonable
#105
sdroege
closed
2 years ago
0
Fix autobahn scripts
#104
sdroege
closed
2 years ago
0
Fix a couple of minor clippy warnings
#103
sdroege
closed
2 years ago
0
Fix `poll_close` returning `WouldBlock` error kind
#102
sdroege
closed
2 years ago
0
Update tungstenite to 0.17, async-native-tls to 0.4 and glib/gio to 0.15
#101
sdroege
closed
2 years ago
0
strip IPv6 brackets before connecting to IP
#100
euclio
closed
2 years ago
0
Upgrade to rustls 0.20 / tungstenite 0.16
#99
sdroege
closed
3 years ago
0
Initial report: stack overflow on windows with 0.15
#98
jbr
closed
3 years ago
11
Update to tungstenite 0.15
#97
sdroege
closed
3 years ago
0
Cloning `WebSocketStream`s
#96
UE2020
closed
3 years ago
1
Is it possible to flush all buffered messages before closing the stream?
#95
mara-schulke
closed
3 years ago
5
Resync with tokio-tungstenite
#94
sdroege
closed
3 years ago
0
Expose `client_async_tls_with_connector_and_config`
#93
lambdalisue
closed
3 years ago
8
Next