add ppv in statistic data

This commit is contained in:
lnk
2025-02-21 16:24:41 +08:00
parent 183685b017
commit 7009b1c7d6
4 changed files with 43 additions and 15 deletions

View File

@@ -435,7 +435,7 @@ public:
);
if (sendResult == 0) { // 假设返回 0 表示成功
std::cout << "Message sent successfully." << std::endl;
std::cout << "Message sent successfully.topic:" << topic <<std::endl;
} else {
std::cout << "Failed to send message." << std::endl;
}