Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endless loop in ExportTm #80

Open
mesztam opened this issue Mar 24, 2020 · 0 comments
Open

Endless loop in ExportTm #80

mesztam opened this issue Mar 24, 2020 · 0 comments

Comments

@mesztam
Copy link

mesztam commented Mar 24, 2020

Hi,

if the exportTM task fails, then it gets into an endless loop, because it tests only for the "Done" state:

do
{
backgroundTask = await ApiConnection.Get(ApiUrls.GetTaskById(response.Id), null);
}
while (backgroundTask.Status != "Done");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant