Attempted to fix sparklines, temporarily disabled them for end of sprint.

This commit is contained in:
Zhi You Tan
2017-08-17 13:12:09 +12:00
parent 7b4a70817b
commit 3e383465a9
6 changed files with 24 additions and 16 deletions
@@ -330,7 +330,7 @@ public class ClientToServerThread implements Runnable {
clientLog("Read byte failed", 1);
}
if (currentByte == -1) {
throw new ByteReadException("InputStream reach end of stream");
clientLog("InputStream reach end of stream", 1);
}
return currentByte;
}