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:
Jędrzej Stuczyński
2020-08-27 13:59:37 +01:00
committed by GitHub
parent 7f0ccea39c
commit 9efc195046
28 changed files with 861 additions and 465 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ pemstore = {path = "../common/pemstore"}
topology = {path = "../common/topology"}
[build-dependencies]
built = "0.3.2"
built = "0.4.3"
[dev-dependencies]
tempfile = "3.1.0"