Type Alias ReconnectionStrategy

ReconnectionStrategy: (state: ReconnectionState) => number | false

Declares a strategy to handle reconnection. When a number is returned, that number of MS will be waited before trying to reconnect. When false is returned, connection is not reconnected