handled-log

This commit is contained in:
Untone 2023-10-17 14:01:29 +03:00
parent 99cb832538
commit 54c0571b9e

View File

@ -100,6 +100,8 @@ async fn connect_handler(
ServerError("Internal Server Error")
});
break;
} else {
println!("[handler] message handled {}", message_str);
}
};
}