defaultMaxReconnectAttempts top-level constant

int const defaultMaxReconnectAttempts

Default maximum number of reconnect attempts when ConnectionOptions.autoReconnectOnConnectionLost is true.

Implementation

const int defaultMaxReconnectAttempts = 3;