Make sure you're on the latest stable or beta build
Is this a bug in companion itself or a module?
Is there an existing issue for this?
Describe the bug
using the blink function with the same arguments across multiple buttons creates buttons blinking asynchronously.
Steps To Reproduce
In a fresh config
Create a simple button with a boolean based feedback
0 == 0 && blink (1000)
copy and paste the button one or more times
buttons will not blink synchronously
Expected Behavior
Expected synchronous blinking using same arguments
Environment (please complete the following information)
- Companion Version: 4.3.4
- OS: Windows 11
- Browser: Edge Version 149.0.4022.98 (Official build) (64-bit)
Additional context
No response
Make sure you're on the latest stable or beta build
Is this a bug in companion itself or a module?
Is there an existing issue for this?
Describe the bug
using the blink function with the same arguments across multiple buttons creates buttons blinking asynchronously.
Steps To Reproduce
In a fresh config
Create a simple button with a boolean based feedback
0 == 0 && blink (1000)
copy and paste the button one or more times
buttons will not blink synchronously
Expected Behavior
Expected synchronous blinking using same arguments
Environment (please complete the following information)
Additional context
No response