We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7868fa9 commit aa00fabCopy full SHA for aa00fab
src/agent/utils/rpc_multi_client.rs
@@ -67,7 +67,7 @@ pub struct RpcMultiClient {
67
}
68
69
impl RpcMultiClient {
70
- ///
+ ///
71
async fn retry_with_round_robin<'a, T, F>(
72
&'a self,
73
operation_name: &str,
@@ -128,7 +128,7 @@ impl RpcMultiClient {
128
)
129
130
131
132
async fn get_next_endpoint(&self) -> Option<usize> {
133
let mut state = self.round_robin_state.lock().await;
134
let now = Instant::now();
0 commit comments