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
{{ message }}
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.
When I click on my xiaomi switch button to trigger an action If I'm too fast I get this error in my logs
"Fast change detected, delay it for ...".
When it happen there is no return to a normal state.
I tried to remove the condition and it works. Why do we use it? Can we remove it properly?
I think the code is making some infinite loop on this condition with multiple thread and the state is never going back to the normal
The text was updated successfully, but these errors were encountered:
When I click on my xiaomi switch button to trigger an action If I'm too fast I get this error in my logs
"Fast change detected, delay it for ...".
When it happen there is no return to a normal state.
I found the lines to change.
https://github.com/doudz/zigate/blob/master/zigate/core.py#L2980
I tried to remove the condition and it works. Why do we use it? Can we remove it properly?
I think the code is making some infinite loop on this condition with multiple thread and the state is never going back to the normal
The text was updated successfully, but these errors were encountered: