ClientOptions - antilandjs/antiland.js GitHub Wiki
Options for a client.
Types
Properties
boolean
debug :Warn possible errors.
boolean
fallback :Whether to fallback to the PubNubBroker if the WebSocket connection fails.
boolean
maxReconnectAttempts :Maximum number of attempts to reconnect to the server before throwing an error.
boolean
pubnub :Whether to connect to the PubNubBroker instead of the WebSocket server.