Commit Graph

15 Commits

Author SHA1 Message Date
Daniel Abramov e730269144 Feature-gate handshakes / communication test 2022-12-11 12:40:14 +02:00
Dominik Nakamura f69a7fa035 Use 127.0.0.1 in tests to avoid firewall warnings 2021-08-12 08:45:05 +03:00
Erich Gubler d4eea7211c build(deps): minimize unnecessary dependencies by using `futures-{channel,io,util}` directly instead of `futures` outside of tests/examples 2020-03-24 12:51:11 +02:00
Sebastian Dröge 3a994e6e3b Update to tungstenite 0.10
Partially based on tungstenite commits
- 46dfd9ed3ee75b0261e9f5f71c8e70492407248b by Alexey Galakhov
- 31010fd636b3edc683199e3182ea34d799118d5b by Alexey Galakhov
2020-02-01 14:57:04 +02:00
Sebastian Dröge 5613f9e47d Directly pass socket address strings to the connect/bind functions 2019-12-28 13:19:47 +02:00
Atul Bhosale eb2c63ee73 Format code using 'cargo fmt' 2019-11-18 20:11:05 +02:00
Danny Browning 3ccd307be3 Update to work on stable 2019-11-16 00:24:54 +01:00
Sebastian Dröge b76d8cbc03 Port/rename to async-std / async-tungstenite 2019-11-12 15:09:12 +01:00
Danny Browning 1cbac51d14 Bringing splitting back 2019-10-19 11:15:18 -06:00
Danny Browning 3821e0952a Tokio 0.2 Conversion
Update to use tokio 0.2 ecosystem to integrate with tungstenite.
2019-10-08 09:42:38 -06:00
Artem Vorotnikov 9bd5f01784
Upgrade to Rust 2018, format the code 2019-08-20 18:54:03 +03:00
Ryan Leckey b9b6f2de5a Update tokio-tls to 0.2 and replace fully tokio-core with tokio 2018-08-09 00:59:28 -07:00
Alexey Galakhov 77d4d5b66f Update for Tungstenite 0.5.0
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
2017-10-09 10:39:00 +02:00
Daniel Abramov b0ad00230b Adapts tokio-tungstenite to tungstenite/headers
Basically changes the code of tokio-tungstenite to match the latest
(current) status of tungstenite-rs. Fixes #13, fixes #9, fixes #6.
2017-08-02 13:44:57 +02:00
Daniel Abramov b2b77893c2 Migrate to the tokio-io (fixes #1) 2017-03-27 18:25:19 +02:00