finish log realdata send funtion

This commit is contained in:
lnk
2025-02-27 16:28:04 +08:00
parent f167d705a9
commit c843247d68
7 changed files with 439 additions and 230 deletions

View File

@@ -434,11 +434,13 @@ public:
&queueNum // 传递给选择器的额外参数(队列数量)
);
//调试用
/*
if (sendResult == 0) { // 假设返回 0 表示成功
std::cout << "Message sent successfully.topic:" << topic <<std::endl;
} else {
std::cout << "Failed to send message." << std::endl;
}
}*/
// 销毁消息
DestroyMessage(msg);