1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00
Commit Graph

10 Commits

Author SHA1 Message Date
sapir
d9afae21b6 Fix "websocket" example's readme, and make binary names unique (#45)
Give each example binary a unique name.

This should allow running cargo run --bin in the root directory.
2018-09-24 11:57:36 +03:00
bott
86c89dabcb fix minor issues 2018-08-28 14:11:58 +02:00
bott
5d3c5056ed fix unawait asyncio coroutines; refactor decorator/yield from in favor of await/async 2018-08-28 13:56:51 +02:00
bott
b1e5cef4b5 improve heartbeat with run_interval 2018-08-28 10:59:08 +02:00
bott
fb32a7d600 fix python websocket client no await 2018-08-28 10:38:45 +02:00
bott
58d3e5f8c5 fix missing heartbeat 2018-08-28 09:53:51 +02:00
Nikolay Kim
271749c433 update actix-web dependency 2018-07-21 05:10:26 -07:00
Nikolay Kim
2cc1b23761 upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
Nikolay Kim
e4f1833215 cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
Nikolay Kim
16f7649b29 split websocket-chat example 2018-05-11 14:35:43 -07:00