Commit Graph

41 Commits (0.17.2)

Author SHA1 Message Date
Leo dfa69eaea4 Fix the echo server example to prevent ConnectionClosed error (#189) 3 years ago
Sebastian Dröge 1170f4e080 Fix a couple of clippy warnings 3 years ago
Constantin Nickel 253f8c9291 Update to tokio 1.0 4 years ago
Josh Matthews 00fa09ce37 Add openssl support. 4 years ago
Sebastian Dröge 29e528d1bc Switch from deprecated tokio-tls to tokio-native-tls 4 years ago
Cheng JIANG 3d668b5b8f use re-expored tungstenite 4 years ago
Mark Lodato 70c77160a9 Update example to not broadcast close messages. 4 years ago
Mark Lodato 6bffd862b6 Updates example commands to include async features 4 years ago
Erich Gubler d4eea7211c build(deps): minimize unnecessary dependencies by using `futures-{channel,io,util}` directly instead of `futures` outside of tests/examples 4 years ago
hbgl 42d6771357 Add example of server periodically updating client 4 years ago
Sebastian Dröge 3a994e6e3b Update to tungstenite 0.10 4 years ago
Alexey Galakhov 016f21f5b4 tests: do not report expected autobahn errors 4 years ago
Kelly Thomas Kline 40757271f0 Add examples README.md 5 years ago
Daniel Abramov 40943ec32c examples: improve client example 5 years ago
Daniel Abramov c02a5399b2 examples: improve server example 5 years ago
Alexey Galakhov 5d44a92fdf autobahn: don't panic in server 5 years ago
Alexey Galakhov 418d6d87bb autobahn: don't panic in client 5 years ago
Nathan Torchia 744c7fd124 Added server example 5 years ago
Sebastian Dröge c2ff77b446 Refactor features and optional API and add support for tokio/gio async runtimes 5 years ago
Sebastian Dröge 5613f9e47d Directly pass socket address strings to the connect/bind functions 5 years ago
Sebastian Dröge c2374308b0 Fix various clippy warnings 5 years ago
Daniel Abramov 4a71349d38 Clean up examples 5 years ago
Sebastian Dröge e86a2f4ae7 Remove WebSocketStream::send() 5 years ago
Atul Bhosale eb2c63ee73 Format code using 'cargo fmt' 5 years ago
Danny Browning 3ccd307be3 Update to work on stable 5 years ago
Sebastian Dröge b76d8cbc03 Port/rename to async-std / async-tungstenite 5 years ago
Danny Browning 1cbac51d14 Bringing splitting back 5 years ago
Danny Browning 3821e0952a Tokio 0.2 Conversion 5 years ago
Artem Vorotnikov 9bd5f01784
Upgrade to Rust 2018, format the code 5 years ago
Alexey Galakhov 8b13cb7ad3 test: add autobahn tests 5 years ago
Jeffrey Esquivel S eda57a012c
Implement support to get the peer address 5 years ago
Jeffrey Esquivel S 6c3b8a5137
Update comment to reflect current code 6 years ago
Euan Rochester e2012633b4 Port to tokio reform 6 years ago
Alexey Galakhov 77d4d5b66f Update for Tungstenite 0.5.0 7 years ago
Richard Petrie 8adb7c000a Fixed a typo 7 years ago
Nelson Chen 0cd210cfcd Change example server to use `unbounded_send()` 7 years ago
Daniel Abramov c0ab50ba57 Remove deprecated futures features 7 years ago
Daniel Abramov b0ad00230b Adapts tokio-tungstenite to tungstenite/headers 7 years ago
Alexey Galakhov 7fbf836851 Update example for new API. 7 years ago
pyros2097 b621d9f213 Fix example not working 7 years ago
Alexey Galakhov 4b646308be refactor: use asyncronous handshakes 7 years ago
Daniel Abramov 65aac6664e Add examples on how to use the library 7 years ago