-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
miot CLI works at most time, but sometime failed with ERROR user ack timeout
.
#355
Comments
@0x5e |
If I send command to the mesh device too frequently, It will cause this error. For example, copy 4 commands together and paste to the shell, and enter, then usually failed at the third command... |
The thing is that I do not have any mesh devices😅 |
OK, just give me some time to read the code, I will try. |
thanks 👍 |
I execute 4 commands in one shot: turn off, get status, turn on, get status.
Compared with miot and miiocli, miiocli almost never failed, but miot almost failed at the third command every time.
And I switch the first and the third command, still failed at the third command.
Update:
I see miiocli's retry_count=3, timeout=5, so I add
--retries 3
for miot, still failed.Here's the data captured from wireshark:
Seems miot retry not correctly working.
Originally posted by @0x5e in #348 (comment)
The text was updated successfully, but these errors were encountered: