public override async ETTask C2R_PingHandler(Session session, C2R_Ping request, R2C_Ping response, Action reply) { reply(); await ETTask.CompletedTask; }
public virtual async ETTask C2R_PingHandler(ETModel.Session session, C2R_Ping request, R2C_Ping response, Action reply) { }