handle ChannelClose

This commit is contained in:
nora 2022-02-20 21:50:50 +01:00
parent cb73214bc3
commit f2195133fb
6 changed files with 38 additions and 7 deletions

View file

@ -7,4 +7,5 @@ edition = "2021"
[dependencies]
amqp_core = { path = "../amqp_core" }
tracing = "0.1.31"
tracing = "0.1.31"
tokio = { version = "1.17.0", features = ["full"] }