Skip to content

Commit a32f27c

Browse files
Merge pull request #108 from code0-tech/106-retry-grpc-connection
Retry gRPC Connection
2 parents f4e372b + e2288c1 commit a32f27c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "0.1.0"
77
edition = "2024"
88

99
[workspace.dependencies]
10-
code0-flow = { version = "0.0.24" }
10+
code0-flow = { version = "0.0.25" }
1111
tucana = { version = "0.0.52" }
1212
tokio = { version = "1.44.1", features = ["rt-multi-thread", "signal"] }
1313
log = "0.4.27"

taurus/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ async fn main() {
9090
config.aquila_url.clone(),
9191
config.definitions.clone().as_str(),
9292
)
93+
.await
9394
.send()
9495
.await;
9596
}

0 commit comments

Comments
 (0)