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

Future attached to a different loop #1059

Open
wiryonolau opened this issue Mar 1, 2022 · 0 comments
Open

Future attached to a different loop #1059

wiryonolau opened this issue Mar 1, 2022 · 0 comments

Comments

@wiryonolau
Copy link

wiryonolau commented Mar 1, 2022

Hi I'm try running registry service using asyncio but it said in run on different loop ?

await self._zeroconf.async_register_service(service_info)

It return

[zeroconf/_utils/asyncio.py:44]  got Future <Future pending> attached to a different loop

Is there a way to pass my loop to the lib or maybe use asyncio.get_running_loop() instead ?

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

No branches or pull requests

1 participant