Tris Forster

Results 1 issues of Tris Forster

Using the minimal example websocket code the quart server hangs on CTRL+C until all clients have closed their connections. This also applies to SSE examples. `app.py` ``` python from quart...