WebsocketConnection.keepaliveInterval

Get keepaliveInterval property.

  1. uint keepaliveInterval [@property getter]
    class WebsocketConnection
    @property
    uint
    keepaliveInterval
    ()
  2. uint keepaliveInterval [@property setter]

Return Value

Type: uint

Interval in seconds on when to send a ping message which will serve as a keepalive message.

If set to 0 the keepalive message is disabled.