We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this currently fails in CI
reth/crates/cli/commands/src/stage/run.rs
Lines 192 to 194 in f2bf024
if we lose the connection to the peer, in which case we should retry the request indefinitely
retry request if
reth/crates/net/p2p/src/error.rs
Lines 106 to 111 in f2bf024
No response
The text was updated successfully, but these errors were encountered:
I can take this issue
Sorry, something went wrong.
assigned ty
On it, few qns @mattsse
reth/crates/cli/commands/src/p2p/mod.rs
Lines 120 to 123 in f2bf024
for this we can just loop, this is simple enough
Dhruv-2003
Successfully merging a pull request may close this issue.
Describe the feature
this currently fails in CI
reth/crates/cli/commands/src/stage/run.rs
Lines 192 to 194 in f2bf024
if we lose the connection to the peer, in which case we should retry the request indefinitely
TODO
retry request if
reth/crates/net/p2p/src/error.rs
Lines 106 to 111 in f2bf024
Additional context
No response
The text was updated successfully, but these errors were encountered: