[EDIT] some comments

This commit is contained in:
Sem van der Hoeven
2020-10-29 17:44:47 +01:00
parent 6d599cfcd2
commit b98ac77261
5 changed files with 14 additions and 3 deletions

View File

@@ -184,7 +184,7 @@ namespace ClientApp.Utils
else if (DataParser.isRawDataBikeServer(messageBytes))
{
Console.WriteLine($"Received data: {BitConverter.ToString(payloadbytes)}");
}
}
totalBufferReceived -= expectedMessageLength;
expectedMessageLength = BitConverter.ToInt32(totalBuffer, 0);