This commit is contained in:
2021-08-05 23:39:45 +00:00
parent 49bd0d2d87
commit 1797263d06
5 changed files with 42 additions and 40 deletions

View File

@@ -34,11 +34,6 @@ namespace AyaNova.Generator
log = logger;
}
/*
todo: improve this
it should timeout: https://stackoverflow.com/questions/23476576/cancellationtoken-timeout-vs-task-delay-and-timeout
it should never stop running no matter what unless the server shuts down
*/
protected override async Task ExecuteAsync(CancellationToken stoppingToken)
{