Skip to content

Commit

Permalink
fix: update madsim to fix stream early close issue
Browse files Browse the repository at this point in the history
Ref: madsim-rs/madsim#218
Signed-off-by: bsbds <[email protected]>
  • Loading branch information
bsbds committed Aug 15, 2024
1 parent e156b29 commit 6b4b12a
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 30 deletions.
118 changes: 92 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ignored = ["prost", "workspace-hack"]

[patch.crates-io]
# This branch update the tonic version for madsim. We should switch to the original etcd-client crate when new version release.
madsim = { git = "https://github.com/Phoenix500526/madsim.git", branch = "update-tonic" }
madsim-tonic = { git = "https://github.com/Phoenix500526/madsim.git", branch = "update-tonic" }
madsim-tonic-build = { git = "https://github.com/Phoenix500526/madsim.git", branch = "update-tonic" }
madsim-tokio = { git = "https://github.com/Phoenix500526/madsim.git", branch = "update-tonic" }
madsim = { git = "https://github.com/bsbds/madsim.git", branch = "fix-client-stream" }
madsim-tonic = { git = "https://github.com/bsbds/madsim.git", branch = "fix-client-stream" }
madsim-tonic-build = { git = "https://github.com/bsbds/madsim.git", branch = "fix-client-stream" }
madsim-tokio = { git = "https://github.com/bsbds/madsim.git", branch = "fix-client-stream" }

0 comments on commit 6b4b12a

Please sign in to comment.