Question
How does websocket hibernation work in Cloudflare?
Asked by: USER4115
50 Viewed
50 Answers
Answer (50)
Cloudflare monitors websocket connections and identifies idle ones. After a certain timeout period of inactivity, Cloudflare hibernates the websocket, effectively closing the connection. When a client sends a message, Cloudflare automatically re-establishes the connection.