Skip to content
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

Do not repeat helobytes in MiIOProtocol.discover #2004

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kbpk
Copy link

@kbpk kbpk commented Jan 12, 2025

Retrying handshake is implemented in MiIOProtocol.send_handshake. Spamming helobytes without any delay or receiving data causes errors.

Copy link

codecov bot commented Jan 12, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 82.27%. Comparing base (0aa4df3) to head (ae31a78).

Files with missing lines Patch % Lines
miio/miioprotocol.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2004   +/-   ##
=======================================
  Coverage   82.26%   82.27%           
=======================================
  Files         197      197           
  Lines       19144    19143    -1     
  Branches     1052     1051    -1     
=======================================
  Hits        15749    15749           
  Misses       3218     3218           
+ Partials      177      176    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant