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 f4768a0 commit 82bdae8Copy full SHA for 82bdae8
implementation/endpoints/src/local_tcp_server_endpoint_impl.cpp
@@ -97,7 +97,7 @@ void local_tcp_server_endpoint_impl::start() {
97
io_);
98
99
{
100
- std::unique_lock<std::mutex> its_lock_inner(new_connection->get_socket_lock());
+ std::unique_lock its_lock_inner{new_connection->get_socket_lock()};
101
acceptor_.async_accept(
102
new_connection->get_socket(),
103
std::bind(
0 commit comments