Skip to content

Commit

Permalink
If signon sent, start client out receiving
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Aug 31, 2023
1 parent de9623a commit 23288e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions communication/communicators/ClientComm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||
Expand Down

0 comments on commit 23288e7

Please sign in to comment.