Interface: IndiClientOptions¶
Options for IndiClient.
Extended by¶
Properties¶
autoGetProperties?¶
optionalautoGetProperties?:boolean
Whether to send getProperties on every (re)connect. Off by default: the
bridge primes each new socket with a full snapshot, so this is redundant
unless talking to a server that does not.
messageLogLimit?¶
optionalmessageLogLimit?:number
Maximum inbound message notifications retained in IndiClient.messages
(oldest dropped first).
reconnectDelay?¶
optionalreconnectDelay?:number
Milliseconds between a lost connection and the next attempt.
url?¶
optionalurl?:string
The bridge WebSocket URL; defaults to ws(s)://<host>/ws from location.
webSocketFactory?¶
optionalwebSocketFactory?:WebSocketFactory
Socket factory; defaults to the global WebSocket (injectable for tests).