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
$ pip uninstall -y hypercorn==0.17.3
$ pip install hypercorn==0.17.2
$ python test.py
[2024-05-30 12:42:33 +0900] [62968] [INFO] Running on http://0.0.0.0:5007 (CTRL + C to quit)
^C
Stopping...
$
The text was updated successfully, but these errors were encountered:
amadanmath
changed the title
Unexpected "shutdown without Lifespan support" erorr on Hypercorn 0.17.3
Unexpected "shutdown without Lifespan support" error on Hypercorn 0.17.3
May 30, 2024
MCVE:
On Hypercorn 0.17.3, when I press Ctrl-C, this happens:
The environment is Python3.10 with the following packages, installed just using
pip install quart_trio
:Hypercorn 0.17.2 exhibits the intended behaviour:
The text was updated successfully, but these errors were encountered: