GyverLampCpp icon indicating copy to clipboard operation
GyverLampCpp copied to clipboard

Crash when updating text of Scrolling Text effect (through web)

Open Rendal75 opened this issue 4 years ago • 0 comments

Hi, While playing with the web interface, I've noticed a crash while updating the text of the scrolling text effect.

I suspect that :

ScrollingTextEffect::tick()

and

ScrollingTextEffect::initialize(const JsonObject &json)

are called by different threads, and they both access to same variables without any lock.

Rendal75 avatar Feb 09 '21 16:02 Rendal75