feat: implement BasicMessage and core AMQP client infrastructure

This commit is contained in:
bing
2026-04-03 15:35:49 +08:00
parent 2974a3dec5
commit ff8ff1189a
29 changed files with 1031 additions and 987 deletions

View File

@@ -51,7 +51,7 @@ class connected_test : public ::testing::Test {
if (NULL != host) {
return std::string(host);
}
return std::string("");
return std::string("127.0.0.1");
}
};