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 3b3bd83 commit 158d418Copy full SHA for 158d418
src/ray/gcs/gcs_client/tests/gcs_client_reconnection_test.cc
@@ -135,7 +135,7 @@ class GcsClientReconnectionTest : public ::testing::Test {
135
io_service service;
136
137
auto socket = ray::CreateTcpSocket(service);
138
- socket->bind(tcp::endpoint(socket->local_endpoint().protocol(), 0));
+ socket->bind(boost::asio::ip::tcp::endpoint(socket->local_endpoint().protocol(), 0));
139
unsigned short port = socket->local_endpoint().port();
140
return port;
141
}
0 commit comments