added comments

This commit is contained in:
Sem van der Hoeven
2020-09-25 15:40:07 +02:00
parent 8160e1c158
commit 1057c0caab
2 changed files with 18 additions and 14 deletions

View File

@@ -53,7 +53,7 @@ namespace RH_Engine
byte[] lengthBytes = new byte[4];
int streamread = stream.Read(lengthBytes, 0, 4);
Console.WriteLine("read message.. " + streamread);
//Console.WriteLine("read message.. " + streamread);
int length = BitConverter.ToInt32(lengthBytes);