Loading libs/rs/rsContext.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -798,7 +798,7 @@ bool Context::sendMessageToClient(void *data, uint32_t cmdID, size_t len, bool w return false; } if (!waitForSpace) { if (mIO.mToClient.getFreeSpace() < len) { if (mIO.mToClient.getFreeSpace() <= (len + 8)) { // Not enough room, and not waiting. return false; } Loading Loading
libs/rs/rsContext.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -798,7 +798,7 @@ bool Context::sendMessageToClient(void *data, uint32_t cmdID, size_t len, bool w return false; } if (!waitForSpace) { if (mIO.mToClient.getFreeSpace() < len) { if (mIO.mToClient.getFreeSpace() <= (len + 8)) { // Not enough room, and not waiting. return false; } Loading