You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can write a loop with triggers. That can make Companion unresponsive because a lot logging is done and data is pushed between core and gui. At my machine a loop cycle takes ca. 0.4ms
Steps To Reproduce
make custom variable loop with value 0
make new trigger and activate
set event to variable loop change
add action: set custom variable with expression
use variable loop and expression 1-$(custom:loop)
change variable value to 1
Expected Behavior
Either trigger is retriggered as fast as possible but so slow that everything else go that pace
or trigger is not retriggered and there is a error log about the loop.
Environment (please complete the following information)
Is this a bug in companion itself or a module?
Is there an existing issue for this?
Describe the bug
You can write a loop with triggers. That can make Companion unresponsive because a lot logging is done and data is pushed between core and gui. At my machine a loop cycle takes ca. 0.4ms
Steps To Reproduce
loop
with value 01-$(custom:loop)
Expected Behavior
Either trigger is retriggered as fast as possible but so slow that everything else go that pace
or trigger is not retriggered and there is a error log about the loop.
Environment (please complete the following information)
Additional context
No response
The text was updated successfully, but these errors were encountered: