You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the aiohttp standalone server is running, pressing Ctrl + C should stop it.
Actual behaviour
It seems nothing has happend when I press Ctrl + C. However, after I press Ctrl + C, if I try to open the url in browser, the server will stop.
So I supposed Ctrl+C does not work immediately, it is just registered and need to be triggered by an http request to the server.
Your environment
Windows 10
Python 3.6.5
aiohttp 3.2.1
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs.
If you feel like there's important points made in this discussion, please include those exceprts into that [new issue].
[new issue]: https://github.com/aio-libs/aiohttp/issues/new
Expected behaviour
When the aiohttp standalone server is running, pressing Ctrl + C should stop it.
Actual behaviour
It seems nothing has happend when I press Ctrl + C. However, after I press Ctrl + C, if I try to open the url in browser, the server will stop.
So I supposed Ctrl+C does not work immediately, it is just registered and need to be triggered by an http request to the server.
Your environment
Windows 10
Python 3.6.5
aiohttp 3.2.1
The text was updated successfully, but these errors were encountered: