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:
@ -24,7 +24,7 @@ async fn main() {
|
||||
return;
|
||||
}
|
||||
|
||||
if cmd == "/exit" {
|
||||
if cmd.trim() == "/exit" {
|
||||
println!("exiting input loop");
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user