Explicit proxy runner + closing local connection if remote is over (#314)
* Updated built dependency So that it wouldn't fail on nwindows * Concurrent RW client-side * Draft of a ProxyRunner * Super experimental proxy runner for provider Very much WIP * Extracting shared code + cleanup * Logging cleanup * Removed redundant close request
This commit is contained in:
committed by
GitHub
parent
7f0ccea39c
commit
9efc195046
@@ -27,7 +27,7 @@ tokio = { version = "0.2", features = ["full"] }
|
||||
config = { path = "../common/config" }
|
||||
|
||||
[build-dependencies]
|
||||
built = "0.3.2"
|
||||
built = "0.4.3"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.1.0"
|
||||
Reference in New Issue
Block a user