There was an error while loading. Please reload this page.
1 parent b2c1d2e commit 23e7695Copy full SHA for 23e7695
1 file changed
tonic/src/transport/service/discover.rs
@@ -38,6 +38,7 @@ impl Discover for ServiceList {
38
loop {
39
if let Some(connecting) = &mut self.connecting {
40
let svc = futures_core::ready!(Pin::new(connecting).poll(cx))?;
41
+ self.connecting = None;
42
43
let i = self.i;
44
self.i += 1;
0 commit comments