Ben Fasoli
Results
1
issues of
Ben Fasoli
It seems that the [`starlette.websockets.WebSocketDisconnect`](https://github.com/encode/starlette/blob/master/starlette/websockets.py#L15-L17) exception is not raised when a client disconnects. This can cause orphaned async tasks as multiple clients connect/disconnect. As someone first referenced on [StackOverflow](https://stackoverflow.com/questions/58133694/graceful-shutdown-of-uvicorn-starlette-app-with-websockets), it...
websocket
help wanted