Hey guys! I'm working on an app that uses WebSockets, and it's proxied through Cloudflare. It seems

Hey guys!
I'm working on an app that uses WebSockets, and it's proxied through Cloudflare. It seems like CF closes WebSocket connections after 90 seconds if the client isn't sending data, even though the server is sending regular pong responses.

Would I be correct in thinking that CF only considers client-to-server traffic when deciding whether to close the connection?
Was this page helpful?