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

Fix blocking event loop calls #156

Merged
merged 2 commits into from
Jul 13, 2024

Conversation

puddly
Copy link
Contributor

@puddly puddly commented Jul 5, 2024

Likely the cause of the warning logged here home-assistant/core#121316

Note that this is just a warning. The event loop is not blocked for more than a few hundred microseconds so this will not cause communication issues with ZHA.

Copy link

codecov bot commented Jul 13, 2024

Codecov Report

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

Project coverage is 46.89%. Comparing base (0e3e5ae) to head (d00e971).

Files Patch % Lines
zigpy_zigate/uart.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #156      +/-   ##
==========================================
- Coverage   46.98%   46.89%   -0.09%     
==========================================
  Files           9        9              
  Lines        1358     1352       -6     
==========================================
- Hits          638      634       -4     
+ Misses        720      718       -2     

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

@puddly puddly merged commit 1166711 into zigpy:dev Jul 13, 2024
13 of 15 checks passed
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