added delay before stopping app
This commit is contained in:
parent
dad118d222
commit
922de367a8
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ namespace BirdsiteLive.Services
|
|||
}
|
||||
finally
|
||||
{
|
||||
await Task.Delay(1000 * 30);
|
||||
_applicationLifetime.StopApplication();
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue