Skip to content

feat: avoid calling get_running_loop when resolving ServiceInfo#1261

Merged
bdraco merged 2 commits into
masterfrom
loop_fetch
Sep 9, 2023
Merged

feat: avoid calling get_running_loop when resolving ServiceInfo#1261
bdraco merged 2 commits into
masterfrom
loop_fetch

Conversation

@bdraco

@bdraco bdraco commented Sep 9, 2023

Copy link
Copy Markdown
Member

We already have the loop available as zc.loop

At Home Assistant startup we have a thundering heard of ServiceInfos being resolved. Avoid the get_running_loop() calls since it generates os.getpid() syscalls

At Home Assistant startup we have a thundering heard of ServiceInfos
being resolved. Avoid the get_running_loop() calls since it generates
os.getpid() syscalls
@codecov

codecov Bot commented Sep 9, 2023

Copy link
Copy Markdown

Codecov Report

Patch coverage is 100.00% of modified lines.

Files Changed Coverage
src/zeroconf/__init__.py 100.00%
src/zeroconf/_services/info.py 100.00%

📢 Thoughts on this report? Let us know!.

@bdraco bdraco merged commit 33a2714 into master Sep 9, 2023
@bdraco bdraco deleted the loop_fetch branch September 9, 2023 22:36
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