From 2d9f95395955f2d645d15a9da0fbb8712a3b711a Mon Sep 17 00:00:00 2001 From: Folkert van Heusden Date: Wed, 26 Jun 2024 20:41:44 +0200 Subject: [PATCH] sleep while locked --- comm_tcp_socket_client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/comm_tcp_socket_client.cpp b/comm_tcp_socket_client.cpp index 0f06cfb..b4035f1 100644 --- a/comm_tcp_socket_client.cpp +++ b/comm_tcp_socket_client.cpp @@ -157,7 +157,6 @@ void comm_tcp_socket_client::operator()() DOLOG(ll_error, true, "comm_tcp_socket_client: cannot resolve \"%s\":%s: %s", host.c_str(), port_str, gai_strerror(rc)); #endif - myusleep(101000l); continue; }