timeout

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).


val WebSockets.timeout: Duration
var WebSockets.WebSocketOptions.timeout: Duration