windflowerly
windflowerly
我看了您的部分代码(主要是关于http client部分的),发现其本身就是支持异步调用的。 --------------------------------------------------------------------------------------- void ClientBase::AsyncResolve(string_view default_port) { std::string port = request_->port(); if (port.empty()) { port = ToString(default_port); } LOG_VERB("Resolve host (%s)", request_->host().c_str()); // The protocol depends on the `host`, both...
我的项目中也使用了io_service.如何才能复用项目中的io_service
compile altibase 7.1.0.2.4 occupied this error: altibase-7.1.0.2.4/src/qp/qcp/qcply.y:123:30: error: ‘param’ was not declared in this scope #define PARAM ((qcplx*)param)
你好。 bind: .commit(std::bind(&Dog::sayHello, &dog)) 这个好像不能带参数。
请问value可以自定义类型吗?
clang编译器有试过吗?
The issue tracker is **ONLY** used for the CPP/C client (feature request of RocketMQ need to follow [RIP process](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal)). Keep in mind, please check whether there is an existing same...