Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPC client graceful reconnect #349

Merged
merged 4 commits into from
Nov 12, 2024

Conversation

wojcik91
Copy link
Collaborator

@wojcik91 wojcik91 commented Nov 4, 2024

Attempt to reconnect once within the RPC request handler in case the node has restarted and the TCP connection was broken.
If unsuccessful return an error response and schedule the usual reconnect process with exponential backoff etc.

Closes #347

@devendran-m devendran-m added the rc-5 Release Candidate 5 label Nov 4, 2024
@wojcik91 wojcik91 self-assigned this Nov 5, 2024
@wojcik91 wojcik91 requested review from zajko and rafal-ch November 6, 2024 09:21
@wojcik91 wojcik91 merged commit a630bc4 into casper-network:feat-2.0 Nov 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rc-5 Release Candidate 5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants