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