issues
search
websockets-rs
/
rust-websocket
A WebSocket (RFC6455) library written in Rust
http://websockets-rs.github.io/rust-websocket/
MIT License
1.55k
stars
223
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Examples for dumper people ?
#278
erikpa1
closed
11 months ago
2
Warning: Contains Code That Will Become an Error in a Future Release of Rust
#277
DanteVillarreal
opened
1 year ago
3
chore(docs): remove mio async comments
#276
dearlordylord
closed
1 year ago
0
TlsHandshakeFailure
#275
lynn2910
opened
1 year ago
4
How to close the connection properly?
#274
bizarreuser
opened
1 year ago
0
How to close the connection properly?
#273
tinet-chenjhU
closed
1 year ago
0
How to get response header?
#272
lewiszlw
opened
1 year ago
0
Half-blocking method. Is it supported/possible?
#271
MageSlayer
opened
1 year ago
11
Close message different behaviour on Mac and Linux.
#270
Rohit171994
opened
2 years ago
2
Remove unnecessary intermediate allocations
#269
ryanavella
opened
2 years ago
1
Cross luaguage
#268
tuoeg
opened
2 years ago
3
Properly gate TLS error variants in Display impl
#267
newpavlov
closed
2 years ago
2
Upgrade tokio-related dependencies to 1.15+
#266
f4nff
opened
2 years ago
1
fix typos
#265
AidenH
closed
2 years ago
0
Remove deprecated usage of the "description" and "cause" functions
#264
Mr-Leshiy
closed
2 years ago
4
weird "websocket protocol error"
#263
ashuralyk
opened
2 years ago
1
Security issues with hyper versions `< 0.14.10`
#262
1c3t3a
opened
3 years ago
3
Support for `wasm32-wasi`
#261
1c3t3a
closed
3 years ago
6
Mistake
#260
danielvschoor
closed
3 years ago
3
Closing connection
#259
colinbes
opened
3 years ago
3
Http Proxy Support (+ relevant tokio-tungstenite discussion)
#258
UE2020
opened
3 years ago
10
New PRs
#257
jeroenvervaeke
closed
3 years ago
10
ssl-client dont work
#255
ddkclaudio
opened
4 years ago
6
"the trait `futures::Future` is not implemented for `websocket::futures::AndThen<std::boxed......"
#254
xuanyimo
closed
4 years ago
1
DataFrameError("Expected masked data frame")
#253
danielvschoor
closed
4 years ago
9
leaking sockets
#252
rgrig
closed
4 years ago
8
Replace sha1 crate with sha-1
#251
linkmauve
closed
4 years ago
0
Can't get async server examples working?
#250
thesoftwarephilosopher
closed
4 years ago
2
Improve Display impl for WebSocketOtherError
#249
Enet4
closed
4 years ago
2
Add LICENSE into a websocket-base sub-crate
#248
ignatenkobrain
closed
4 years ago
1
Expose native_tls as it's needed to use your API
#247
levelonedev
closed
4 years ago
0
Adding basic code comments to async-client example
#246
jpoles1
closed
5 years ago
0
update to 2018 edition
#245
hyyking
closed
5 years ago
6
Async client example: Don't close twice
#244
najamelan
closed
5 years ago
1
Timeout on waiting for incoming WS connections
#243
khionu
opened
5 years ago
0
Async/await support
#242
frol
opened
5 years ago
34
update examples async->r#async
#241
x1957
closed
5 years ago
0
TLS Handshake failure
#240
schungx
opened
5 years ago
4
Why does the async connection end on an invalid connection?
#239
hedgar2017
closed
3 years ago
0
Support rustls for easier cross compiling
#238
shekohex
opened
5 years ago
6
Only tries to connect to the first DNS result and doesn't try following results
#237
sdroege
opened
5 years ago
0
Handle username/password from URL
#236
zopieux
closed
5 years ago
1
Deleted
#235
ghost
closed
5 years ago
0
Added StatusCodeError when receiving unexpected status code
#234
jean-airoldie
closed
5 years ago
4
Allow retrieval of StatusCode in connection error
#233
jean-airoldie
closed
5 years ago
0
Provide an implementation of local_addr for Async servers
#232
thombles
closed
5 years ago
0
Large Binary message isn't being sent correctly
#231
swilcox3
opened
5 years ago
0
How to create an optional ssl server?
#230
kpp
closed
5 years ago
4
Fix server::async fmt by rustfmt
#229
kpp
closed
5 years ago
4
Pretty impl FromStr for WebSocketAccept and WebSocketKey
#228
kpp
closed
5 years ago
3
Next