Improve persistence experience for the user
This commit is contained in:
@@ -25,7 +25,6 @@ namespace sscs.verbs
|
||||
|
||||
private ushort msgId = 0;
|
||||
private uint inMsgLen = 0;
|
||||
|
||||
|
||||
private byte[] inBuf;
|
||||
private byte[] outBuf;
|
||||
@@ -657,7 +656,7 @@ namespace sscs.verbs
|
||||
|
||||
private WrappedObject DoPing(WrappedObject wo)
|
||||
{
|
||||
Console.WriteLine("MICASAD received Ping from Client");
|
||||
//Console.WriteLine("MICASAD received Ping from Client");
|
||||
wo.SetError(IPCRetCodes.SSCS_REPLY_SUCCESS, null);
|
||||
|
||||
Ping ping = (Ping)wo.GetObject();
|
||||
|
||||
Reference in New Issue
Block a user