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