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
@@ -100,7 +100,7 @@ impl PemStorableKeyPair for KeyPair {
}
}
#[derive(Debug, Clone)]
#[derive(Debug, Copy, Clone)]
pub struct PublicKey(x25519_dalek::PublicKey);
impl PublicKey {