public BinaryMessage Ping(PingRequest msg) { if (fatalErrorRetries <= 0) { throw new Exception("Too many fatal exceptions"); } return(msg.CreateResponse()); }
public BinaryMessage Ping(PingRequest msg) { return(msg.CreateResponse()); }