1
0
mirror of https://github.com/actix/examples synced 2025-09-02 11:56:38 +02:00

update all websocket examples to v4

This commit is contained in:
Rob Ede
2022-02-18 01:44:53 +00:00
parent 1b23e3ff3d
commit 4d8573c3fe
40 changed files with 1340 additions and 1682 deletions

View File

@@ -53,8 +53,8 @@ members = [
"template_engines/yarte",
"template_engines/sailfish",
"websockets/autobahn",
"websockets/chat-broker",
"websockets/chat",
"websockets/tcp-chat",
"websockets/websocket",
"websockets/chat-broker",
"websockets/chat-tcp",
"websockets/echo",
]