diff --git a/src/common/sckipc.cpp b/src/common/sckipc.cpp index c532acbbee..f84c89f4e5 100644 --- a/src/common/sckipc.cpp +++ b/src/common/sckipc.cpp @@ -72,7 +72,7 @@ void Client_OnRequest(wxSocketBase& sock, // All sockets will be created with the following flags -#define SCKIPC_FLAGS wxSOCKET_NONE +#define SCKIPC_FLAGS (wxSOCKET_WAITALL) // --------------------------------------------------------------------------- // wxTCPClient