From 23288e74b575bc96fe44d4ca26fc503386ca0e23 Mon Sep 17 00:00:00 2001 From: Meagan Lang Date: Thu, 31 Aug 2023 15:06:36 -0400 Subject: [PATCH] If signon sent, start client out receiving --- communication/communicators/ClientComm.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/communication/communicators/ClientComm.cpp b/communication/communicators/ClientComm.cpp index 57592512..b221727f 100644 --- a/communication/communicators/ClientComm.cpp +++ b/communication/communicators/ClientComm.cpp @@ -64,6 +64,8 @@ bool ClientComm::signon(const Header& header, Comm_t* async_comm) { Header tmp(true); int tout = get_timeout_recv(); int nloop = 0; + if (requests.signonSent()) + nloop = 1; clock_t start = clock(); while ((!requests.signon_complete) && (tout < 0 ||