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
We should turn warnings like; RuntimeWarning: coroutine 'someCoro' was never awaited into an error.
RuntimeWarning: coroutine 'someCoro' was never awaited
We should especially do this in the development environment and test/ci env.
The text was updated successfully, but these errors were encountered:
maybe also add an asyncio blocked calls detector: https://github.com/komuw/wiji/blob/224d2bcdf223d2fdd54179317b135c029e12b497/wiji/watchdog.py
Sorry, something went wrong.
No branches or pull requests
We should turn warnings like;
RuntimeWarning: coroutine 'someCoro' was never awaited
into an error.
We should especially do this in the development environment and test/ci env.
The text was updated successfully, but these errors were encountered: