This commit is contained in:
rusefi 2020-07-26 18:04:06 -04:00
parent 70ca17b155
commit 1ebefb1d9a
1 changed files with 0 additions and 2 deletions

View File

@ -38,11 +38,9 @@ public class BaseBroadcastingThread {
} else {
ioTimeout = context.consecutivePacketTimeout();
}
log.info("TEMPLOG READ " + ioTimeout);
int length = getPacketLength(in, () -> {
throw new UnsupportedOperationException();
}, ioTimeout);
log.info("TEMPLOG len " + 0);
BinaryProtocolServer.Packet packet = readPromisedBytes(in, length);
byte[] payload = packet.getPacket();