Skip to content

MyProjectRunner.RunAndPause blocks indefinitely  #18

Description

@cybercritic

You have a thread deadlock in MySimulationHandler, the m_worker_DoWork never signals that it's complete after reaching the m_stepsToPerform target. This is due to the WaitUntilStepsPerformed function blocking the thread that is supposed to signal the m_worker_RunWorkerCompleted event.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions