Example #1
0
 /// <summary>
 /// ๅ˜ๆˆ้šไปŽ
 /// </summary>
 /// <param name="state"></param>
 public void BecomeFollower(CurrentState state)
 {
     TxPool.StopCacheTx();
     _logger.LogInformation($"{state.Id} became follower");
     State = _stateprovider.GetFollower(state);
 }