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

[automation] Fully synchronize script action/condition execution if supported by engine #4426

Merged

Commits on Oct 26, 2024

  1. [automation] Synchronize script action/condition execution if engine …

    …implements Lock
    
    This moves the locking mechanism added in openhab#4402 to the inheritors of AbstractScriptModuleHandler
    to synchronize execution context access as well.
    
    This fixes the problem thathttps://github.com/openhab/openhab-addons/pull/17510 worked around by using Thread.sleep.
    
    Signed-off-by: Florian Hotze <dev@florianhotze.com>
    florian-h05 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    9ffa412 View commit details
    Browse the repository at this point in the history