1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Merge pull request #293 from actix/fix/chat-broker

websocket chat broker improvements
This commit is contained in:
Yuki Okushi
2020-04-09 17:37:59 +09:00
committed by GitHub
8 changed files with 421 additions and 246 deletions

View File

@ -47,6 +47,6 @@ members = [
"web-cors/backend",
"websocket",
"websocket-chat",
# "websocket-chat-broker",
"websocket-chat-broker",
"websocket-tcp-chat",
]