SetValue method invocation frequency #50
georgeinva2004
started this conversation in
General
Replies: 1 comment 1 reply
-
There shouldn't be any timing issue, if anything it should improved 😅 . if it is not successfull then |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a limit on how often one can call the SetValue method? Here's my problem:
My application implements "Scene" functionality by looping through a list of devices and invoking the SetValue method to set the state of the device. I do use the await operator on the SetValue method, so I assume each method invocation completes before I call the next. Occasionally, one of the devices in the scene does not change to the desired state. This all started happening when I moved to the 4.0.0 branch, so I'm wondering if I have a timing problem somewhere. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions