Expire channels that have been unused for too long
Compare changes
+ 23
− 0
@@ -355,6 +355,11 @@ impl<R: Runtime> TorClient<R> {
@@ -800,6 +805,24 @@ async fn continually_preemptively_build_circuits<R: Runtime>(
Expire unused channels based on the discussion in issue #41 (closed) .