We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
ensure_future
emit
pycyphal/pycyphal/application/diagnostic.py
Line 187 in 40e1482
Related: #334
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here, the call to
ensure_future
is invalid becauseemit
can be invoked from any thread while we must use the asyncio loop from the node thread:pycyphal/pycyphal/application/diagnostic.py
Line 187 in 40e1482
Related: #334
The text was updated successfully, but these errors were encountered: