mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-04-03 20:08:21 +00:00
Auth
This commit is contained in:
@@ -19,7 +19,9 @@ public class SendList : BinaryList
|
||||
|
||||
public override AsyncReply<object[]> Done()
|
||||
{
|
||||
connection.Send(this.ToArray());
|
||||
var s = this.ToArray();
|
||||
//Console.WriteLine($"Sending {s.Length} -> {DC.ToHex(s)}");
|
||||
connection.Send(s);
|
||||
return reply;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user