You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| socket.keepAliveInitialDelay |`5000`| If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket |
15
15
| socket.tls || See explanation and examples [below](#TLS)|
16
-
| socket.reconnectStrategy |`((retries^2) * 50 ms) + 0-200 ms`| A function containing the [Reconnect Strategy](#reconnect-strategy) logic |
16
+
| socket.reconnectStrategy |Exponential backoff with a maximum of 2000 ms; plus 0-200 ms random jitter.| A function containing the [Reconnect Strategy](#reconnect-strategy) logic |
0 commit comments