Summary
This PR deals with race condition we've got due to current-time task. I'm not 100% sure, but I bet the problem with progress bar not stopping occurs when the QuestionBreak message arrives in between the call to Time task and its response.
The changes in this PR double check that the progressBar is still Running when the time is received.
Summary This PR deals with race condition we've got due to current-time task. I'm not 100% sure, but I bet the problem with progress bar not stopping occurs when the
QuestionBreak
message arrives in between the call to Time task and its response.The changes in this PR double check that the progressBar is still
Running
when the time is received.Related issues closes: #190
Test plan manual