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
|
finally
|
||||||
{
|
{
|
||||||
|
await Task.Delay(1000 * 30);
|
||||||
_applicationLifetime.StopApplication();
|
_applicationLifetime.StopApplication();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue