Merge branch 'Alexays:master' into workspaces

This commit is contained in:
MightyPlaza
2023-07-16 13:19:24 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@ -192,7 +192,7 @@ std::string IPC::getSocket1Reply(const std::string& rq) {
return "";
}
response.append(buffer, sizeWritten);
} while (sizeWritten == 8192);
} while (sizeWritten > 0);
close(SERVERSOCKET);
return response;