class Temporalio::Client::Connection::KeepAliveOptions

default 15.0.
@return [Float] Timeout that the keep alive must be responded to within or the connection will be closed,
@!attribute timeout
@return [Float] Interval to send HTTP2 keep alive pings, default 30.0.
@!attribute interval
Keep-alive options for client connections. For most users, the default is preferred.

def initialize(interval: 30.0, timeout: 15.0)

def initialize(interval: 30.0, timeout: 15.0)
  super
end