Closed l1f closed 11 months ago
I ran into a problem with MetricsMiddleware today, as soon as I add that to my Quart project websockets don't work anymore.
MetricsMiddleware
I think the problem should be easy to solve, in that when the scope is checked, not only http may be used, but also websocket.
http
websocket
Having the same issues with WebSockets. 😢
I would also be happy if it get merged. But so far I haven't heard anything from the maintainer.
I ran into a problem with
MetricsMiddleware
today, as soon as I add that to my Quart project websockets don't work anymore.I think the problem should be easy to solve, in that when the scope is checked, not only
http
may be used, but alsowebsocket
.