added delay before stopping app

This commit is contained in:
Nicolas Constant 2021-02-15 18:28:48 -05:00
parent dad118d222
commit 922de367a8
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ namespace BirdsiteLive.Services
}
finally
{
await Task.Delay(1000 * 30);
_applicationLifetime.StopApplication();
}
}