timeout
inline var DefaultWebSocketServerSession.timeout: Duration
A timeout to wait for pong reply to ping otherwise the session will be terminated immediately.
It doesn’t have any effect if pingInterval is null
(pinger is disabled).
inline val WebSockets.timeout: Duration
inline var WebSocketOptions.timeout: Duration