1
0
mirror of https://github.com/actix/examples synced 2025-06-28 18:00:37 +02:00
Commit Graph

17 Commits

Author SHA1 Message Date
49e29a5751 v3 examples (#364) 2020-09-12 16:49:45 +01:00
399fbee1e4 send the correct exit code when closing the websocket (#335)
Signed-off-by: Bart Willems <bwillems@protonmail.com>
2020-06-25 05:20:27 +01:00
fca1069b8a Arbiter::exec to start TcpServer will not work, simply call it (#118)
Fixes #115

Signed-off-by: Daniel Egger <daniel@eggers-club.de>
2020-01-27 23:17:14 +09:00
e89687e712 Remove serde_derive https://github.com/serde-rs/serde/issues/1441#issuecomment-445481084 2020-01-12 14:04:02 +01:00
e8ab9ee7ca update deps 2019-12-25 20:48:33 +04:00
31b5b7aa49 convert more examples 2019-12-16 13:09:54 +06:00
f232b6c684 Fix clippy warnings (#168) 2019-09-05 00:04:57 +09:00
9a80911b92 update to alpha2 2019-03-30 09:12:42 -07:00
769cc5b84e upgrade ws examples 2019-03-29 15:08:35 -07:00
e2945b9b39 update more examples and rustfmt 2019-03-09 18:03:09 -08:00
62a0101c07 Fix pinging so client doesn't get dropped automatically after 10 seconds (#52) 2018-09-30 23:09:00 +03:00
87f89b54f0 Implement websocket heartbeats (#48) 2018-09-27 22:37:19 +03:00
b1e5cef4b5 improve heartbeat with run_interval 2018-08-28 10:59:08 +02:00
58d3e5f8c5 fix missing heartbeat 2018-08-28 09:53:51 +02:00
2cc1b23761 upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
e4f1833215 cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
16f7649b29 split websocket-chat example 2018-05-11 14:35:43 -07:00