Disable Quart websocket timeout

64 views Asked by At

My app uses websockets with quart. I noticed that if the websocket is idle for about 60 seconds the socket automaticslly closes. The quart documentation mentions this is a security feature, but not how to disable it. So how can I disable this idle timeout?

0

There are 0 answers