This commit is contained in:
Sem van der Hoeven
2020-10-07 11:23:09 +02:00
parent d420bdc2a4
commit c2b4b259a3

View File

@@ -75,7 +75,7 @@ namespace Server
/// <summary>
/// TODO
/// handles all incoming data from the client
/// </summary>
/// <param name="message">including message length and messageId (can be changed)</param>
private void HandleData(byte[] message)
@@ -214,10 +214,6 @@ namespace Server
}
}
public static string ByteArrayToString(byte[] ba)
{
StringBuilder hex = new StringBuilder(ba.Length * 2);