Open
Description
Is this a bug in companion itself or a module?
- I believe this to be a bug in companion
Is there an existing issue for this?
- I have searched the existing issues
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
- 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)
- OS: win 11
- Browser: Firefox
- Companion Version: 4.0.0 beta
Additional context
No response