mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-06-13 14:38:43 +00:00
VERBOSE
This commit is contained in:
@@ -232,7 +232,7 @@ public partial class EpConnection : NetworkConnection, IStore
|
||||
public override void Send(byte[] data)
|
||||
{
|
||||
#if VERBOSE
|
||||
Console.WriteLine("Client: {0}", Data.Length);
|
||||
Console.WriteLine("Client: {0}", data.Length);
|
||||
#endif
|
||||
|
||||
Global.Counters["Ep Sent Packets"]++;
|
||||
|
||||
Reference in New Issue
Block a user