Skip to content

Fixing reconnect failure after pong Timeout#980

Merged
Links2004 merged 1 commit intoLinks2004:masterfrom
AlvyneZ:AlvyneZ-patch-pongTimeoutReconnect
Mar 21, 2026
Merged

Fixing reconnect failure after pong Timeout#980
Links2004 merged 1 commit intoLinks2004:masterfrom
AlvyneZ:AlvyneZ-patch-pongTimeoutReconnect

Conversation

@AlvyneZ
Copy link
Copy Markdown
Contributor

@AlvyneZ AlvyneZ commented Mar 21, 2026

Issue: After subsequent pong Timeouts cause a client to disconnect, the client object becomes unusable. Attempts to connect that try to use the client object result in pongTimeoutCount immediately triggering a disconnect.

Fix: Reset the client's pongTimeoutCount to 0 upon client connection

Issue: After a pong Timeout causes a client to disconnect, the client object becomes unuseable, causing subsequent reconnects to immediately trigger a disconnect.

Fix: Reset the client's pongTimeoutCount to 0 upon client connection
@Links2004 Links2004 merged commit e3edca4 into Links2004:master Mar 21, 2026
43 checks passed
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