-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
RuntimeWarning: coroutine 'Server.wait_closed' was never awaited #2004
Comments
Server details? Version? |
Hey @ahopkins thanks for your rapid feedback i updated ! |
@riderx Looks like the test is being run with python 3.8.4 and ubuntu 18.04 LTS - this contradicts the above info; can you just clarify so we're not chasing herrings? |
The error I saw in your tests was this:
|
Guys thanks a lot
fixed my issue ! <3 |
Describe the bug
With python 3.9.1 i got this issue when i run test or exit the server:
Expected behavior
The server should close proprely
you can check the code there :
https://github.com/jupyter-naas/naas
and the issue on the CI :
https://github.com/jupyter-naas/naas/runs/1696392246?check_suite_focus=true
Environment (please complete the following information):
-sanic : sanic>=20,<21
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: