pub const DEFAULT_IDLE_TIMEOUT_SECS: u64 = 600;Expand description
Seconds with no frame in either direction on an active session before it is closed. Generous, since a subscriber to a low-rate topic is legitimately quiet on the inbound side and the server’s own MSG frames keep it alive.