mirror of
https://github.com/actix/examples
synced 2025-02-20 08:20:32 +01:00
fix typo for websockets/chat-tcp/client.rs (#535)
This commit is contained in:
parent
c0ac2834d5
commit
57f5605f3f
@ -49,7 +49,7 @@ async fn main() {
|
|||||||
Ok(codec::ChatResponse::Rooms(rooms)) => {
|
Ok(codec::ChatResponse::Rooms(rooms)) => {
|
||||||
println!("!!! Available rooms:");
|
println!("!!! Available rooms:");
|
||||||
for room in rooms {
|
for room in rooms {
|
||||||
println!("{}", room);
|
println!("{}", room);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user