Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

DiagnosticPublisher attempts to use the main asyncio event loop from worker threads (which fails) #336

Open
pavel-kirienko opened this issue Apr 22, 2024 · 0 comments

Comments

@pavel-kirienko
Copy link
Member

Here, the call to ensure_future is invalid because emit can be invoked from any thread while we must use the asyncio loop from the node thread:

self._fut = asyncio.ensure_future(self._publish(dcs_rec))

Related: #334

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant