You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first issue led me to the second issue which is with the Stopwatch timer. The intention is that the loop end after 120 seconds, assuming the default timeout value, but it's not because the control statement is incorrect. The loop control should be looking at TotalSeconds not Elapsed.Seconds because Elapsed.Seconds will never be greater than 60.
Confirmed. Good catch! I will create a separate issue for this.
Confirmed. Good catch! I will create a separate issue for this.
Originally posted by @johlju in #1888 (comment)
The text was updated successfully, but these errors were encountered: