Properties #
| Property name | Type | Description |
|---|---|---|
autoReconnect | boolean | Automatically reconnect after a connection loss |
connected | boolean | Returns true if the socket is open |
host | string | Kuzzle server host |
pingInterval | number | Number of milliseconds between two pings |
port | number | Kuzzle server port |
reconnectionDelay | number | Number of milliseconds between reconnection attempts |
ssl | boolean | true if ssl is active |
Updates to autoReconnect and reconnectionDelay properties will only take effect on the next connect call.