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
I have noticed that, on controllers that are far away from my WiFi router and have a poor WiFi signal, there are times when I will set a light's colors, watch the colors change successfully, leave that controller's screen, come back into the controller's screen of controls, and one of the sliders is set to an incorrect value. I verified that http://<ip_address>:5050/status returned the wrong value.
I have only noticed this behavior on devices that have a poor WiFi signal, and I cannot reproduce it at will. I believe that there is a race condition on the Arduino side between changing the values of the pins and changing the values stored in the status array, and it appears to be affected by network lag.
My assessment of the cause is only speculation based on my observation of the symptoms at this point.
The text was updated successfully, but these errors were encountered:
I have noticed that, on controllers that are far away from my WiFi router and have a poor WiFi signal, there are times when I will set a light's colors, watch the colors change successfully, leave that controller's screen, come back into the controller's screen of controls, and one of the sliders is set to an incorrect value. I verified that http://<ip_address>:5050/status returned the wrong value.
I have only noticed this behavior on devices that have a poor WiFi signal, and I cannot reproduce it at will. I believe that there is a race condition on the Arduino side between changing the values of the pins and changing the values stored in the status array, and it appears to be affected by network lag.
My assessment of the cause is only speculation based on my observation of the symptoms at this point.
The text was updated successfully, but these errors were encountered: