hanfei1991 / microcosm

a mini bench expreriment for a task runtime scheduler
8 stars 6 forks source link

DoFailoverRPC may return (nil, nil) if no client is found #369

Closed liuzix closed 2 years ago

liuzix commented 2 years ago

DoFailoverRPC

If there is no client, then the function returns (nil, nil), a violation of what the caller would expect.

lance6716 commented 2 years ago

OK, I will add an error as the initial value soon