Ad
  • Default User Avatar

    Hmm, that Start() function is called multiple times on the same Timer - I was not aware of it. So you mean the tests which are launched after "Attempt" is pressed ?
    On the other hand - if well designed solution should consider such a use case ...

  • Default User Avatar

    The Start() function is called multiple times on the same Timer object in the tests. You should probably get rid of the unique_ptr, and join the already running thread with every Start().

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution