Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySu committed Apr 21, 2019
1 parent eac8aa7 commit a5d7202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public abstract class BaseContainer<TBag> : IBaseContainer<TBag> where TBag : cl
/// <summary>
/// 进行注册过程的委托
/// </summary>
protected static Func<Task<TBag>> RegisterFunc { get; set; }
protected static Func<Task<TBag>> RegisterFunc { get; set; } //TODO:这里可以不使用Task

/// <summary>
/// 如果注册不成功,测尝试重新注册(前提是已经进行过注册),这种情况适用于分布式缓存被清空(重启)的情况。
Expand Down

0 comments on commit a5d7202

Please sign in to comment.