MsmpClientConfig

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Whether to automatically reconnect when the connection is lost.

Link copied to clipboard

If > 0, requests occurring within this time window will be grouped into a single JSON-RPC Batch request. Set to 0 to disable batching (send immediately).

Link copied to clipboard

Connection timeout in milliseconds.

Link copied to clipboard

Internal buffer size for events.

Link copied to clipboard

If true, the client will not attempt to reconnect if the first connection attempt fails.

Link copied to clipboard

The initial delay for the exponential backoff in milliseconds.

Link copied to clipboard

Maximum number of reconnection attempts. -1 for infinite.

Link copied to clipboard

The maximum delay between reconnection attempts in milliseconds.

Link copied to clipboard

Default request timeout in milliseconds. (maybe override by extensions)