add client channel cache

Maintain unused channels for 20 seconds before closing.
This commit is contained in:
Michael Davidsaver
2020-05-07 18:44:41 -07:00
parent 47790e5943
commit 609768a33d
6 changed files with 83 additions and 4 deletions
+3
View File
@@ -85,6 +85,9 @@ struct Tester : public TesterBase
} else {
testSkip(2, "timeout");
}
op.reset();
cli.cacheClear();
}
void loopback(bool get)