Skip to content

feat(ws): add WithReconnectCount client option#186

Open
vegerot wants to merge 1 commit intolarksuite:v3_mainfrom
vegerot:pr186
Open

feat(ws): add WithReconnectCount client option#186
vegerot wants to merge 1 commit intolarksuite:v3_mainfrom
vegerot:pr186

Conversation

@vegerot
Copy link
Copy Markdown

@vegerot vegerot commented Feb 12, 2026

Add a new functional option to configure the maximum number of automatic
reconnection attempts for the WebSocket client. This provides users with
control over reconnection behavior, allowing them to set a limit or use
the default of unlimited retries (-1).

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Feb 12, 2026

CLA assistant check
All committers have signed the CLA.

Add a new functional option to configure the maximum number of automatic
reconnection attempts for the WebSocket client. This provides users with
control over reconnection behavior, allowing them to set a limit or use
the default of unlimited retries (-1).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants