Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
reworked nats client shutdown (#35)
Browse files Browse the repository at this point in the history
* reworked nats client shutdown

* fixed wait_tx send
  • Loading branch information
khodzha committed Apr 22, 2022
1 parent a2030cf commit f0b1b84
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 113 deletions.
166 changes: 79 additions & 87 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dotenv = { version = "0.15", optional = true }
futures-util = "0.3"
http = "0.2"
humantime-serde = "1.0"
nats = "0.17"
nats = "0.19"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
Expand Down
Loading

0 comments on commit f0b1b84

Please sign in to comment.