WebsocketConnection.keepaliveInterval

Set keepaliveInterval property.

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

Parameters

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