Interface: ReconnectionOptions

January 9, 2021 · View on GitHub

andesitejs / Exports / api/types / ReconnectionOptions

Interface: ReconnectionOptions

api/types.ReconnectionOptions

Hierarchy

  • ReconnectionOptions

Table of contents

Properties

  • delay
  • tries

Properties

delay

• Optional delay: undefined | number

The delay between each reconnection.

Defined in: api/types.ts:752


tries

• Optional tries: undefined | number

The total number of reconnection tries.

Defined in: api/types.ts:757

Contents

  1. 1Hierarchy
  2. 2Table of contents
  3. 2.1Properties
  4. 3Properties
  5. 3.1delay
  6. 3.2tries