groupsharekit.net icon indicating copy to clipboard operation
groupsharekit.net copied to clipboard

Endless loop in ExportTm

Open mesztam opened this issue 5 years ago • 0 comments

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<BackgroundTask>(ApiUrls.GetTaskById(response.Id), null); } while (backgroundTask.Status != "Done");

mesztam avatar Mar 24 '20 08:03 mesztam