Skip to content

Interface: ConnectionOptions

Options for ReconnectingConnection.

Properties

handlers?

optional handlers?: ConnectionHandlers


reconnectDelay?

optional reconnectDelay?: number

Milliseconds between a lost connection and the next attempt.


webSocketFactory?

optional webSocketFactory?: WebSocketFactory

Socket factory; defaults to the global WebSocket.