Closed liuzix closed 2 years ago
DoFailoverRPC
If there is no client, then the function returns (nil, nil), a violation of what the caller would expect.
(nil, nil)
OK, I will add an error as the initial value soon
DoFailoverRPC
If there is no client, then the function returns
(nil, nil)
, a violation of what the caller would expect.