Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix set execution #311

Merged
merged 2 commits into from
May 27, 2021
Merged

Fix set execution #311

merged 2 commits into from
May 27, 2021

Commits on May 27, 2021

  1. Improve handling of WP request execution

    - Idle check is now decreased to 50ms.
    - Add code to prevent a request from waiting forever for the controller to be idle.
    - Request time stamp is now added even for failed requests, thus allowing the request to be remove from the queue in any event.
    josesimoes committed May 27, 2021
    Configuration menu
    Copy the full SHA
    fc4a84e View commit details
    Browse the repository at this point in the history
  2. Fix setting debug execution conditions

    - Was returning true even if the set operation failed.
    josesimoes committed May 27, 2021
    Configuration menu
    Copy the full SHA
    ba47286 View commit details
    Browse the repository at this point in the history