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
@@ -60,6 +60,9 @@ struct Tester {
} else {
testSkip(1, "timeout");
}
op.reset();
cli.cacheClear();
}
void loopback()