Canceling a sequence leads to semphore error

Issue #560 resolved
Sebastian G created an issue

Description

Canceling a sequence leads to semphore error.
Version 1.10 BETA017

Steps to Reproduce

  1. Create a sequence for a given target
  2. Start the sequence
  3. Cancel the sequence
  4. Repeat steps 1-3 for a different target

Expected behaviour

If the Cancel button is clicked, no error is displayed.

Actual behaviour

If the Cancel button is clicked, an error is displayed.

Error message:
Adding the specific count to the semaphore would cause it to exceed its maximum count.

Comments (3)

  1. Log in to comment