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

feat: add mainmatter telemetry workshop example

This commit is contained in:
Rob Ede
2024-06-05 04:52:05 +01:00
parent 0614b2c506
commit 8e0b57e658
16 changed files with 793 additions and 87 deletions

View File

@ -24,7 +24,7 @@ async fn main() {
return;
}
if cmd == "/exit" {
if cmd.trim() == "/exit" {
println!("exiting input loop");
return;
}