We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6cb81 commit 6eedf54Copy full SHA for 6eedf54
include/ylt/coro_rpc/impl/coro_rpc_client.hpp
@@ -490,7 +490,7 @@ class coro_rpc_client {
490
ELOG_TRACE << "start connect to endpoint lists. total endpoint count:"
491
<< eps->size()
492
<< ", the first endpoint is: " << (*eps)[0].address().to_string()
493
- << std::to_string((*eps)[0].port());
+ << ":" << std::to_string((*eps)[0].port());
494
asio::ip::tcp::endpoint endpoint;
495
std::tie(ec, endpoint) = co_await coro_io::async_connect(
496
&control_->executor_, control_->socket_, *eps);
0 commit comments