继续调整,原逻辑有问题
This commit is contained in:
@@ -173,7 +173,8 @@ namespace Tnb.WarehouseMgr
|
||||
public override Task StopAsync(CancellationToken cancellationToken)
|
||||
{
|
||||
IsStarted = false;
|
||||
return base.StopAsync(cancellationToken);
|
||||
return Task.FromResult(IsStarted);
|
||||
//return base.StopAsync(cancellationToken);
|
||||
}
|
||||
|
||||
private Task TaskDelay(TimeSpanUnit timeType, int interval)
|
||||
|
||||
Reference in New Issue
Block a user