Closed brtdv closed 9 months ago
To use an infinite amount of reconnect attempts, "reconnectAttempts" in the Options object, should be provided with value -1.
"reconnectAttempts"
Options
-1
Just saw this now, closes #202!
Why not just use reconnectAttempts: Infinity?
reconnectAttempts: Infinity
To use an infinite amount of reconnect attempts,
"reconnectAttempts"
in theOptions
object, should be provided with value-1
.