Add onSslHandshake for SSL ETLSource

This commit is contained in:
Nathan Nichols
2021-07-06 08:15:52 -05:00
committed by CJ Cobb
parent 0795ff1d6a
commit 261271fa67
3 changed files with 90 additions and 9 deletions

View File

@@ -211,6 +211,8 @@ main(int argc, char* argv[])
// The server uses the balancer to forward RPCs to a rippled node.
// The balancer itself publishes to streams (transactions_proposed and
// accounts_proposed)
if(!ctxRef)
std::cout << "NO WORK" << std::endl;
auto balancer = ETLLoadBalancer::make_ETLLoadBalancer(
*config, ioc, ctxRef, backend, subscriptions, ledgers);