Improve names returned by server_info counters

This commit is contained in:
Scott Schurr
2021-11-15 19:07:22 -08:00
committed by manojsdoshi
parent fc04336caa
commit d54f6278bb
8 changed files with 100 additions and 81 deletions

View File

@@ -96,7 +96,9 @@ public:
JLOG(j_.info()) << "RPCCall::fromNetwork start";
mSending = m_jobQueue.addJob(
jtCLIENT, "RPCSub::sendThread", [this](Job&) { sendThread(); });
jtCLIENT_SUBSCRIBE, "RPCSub::sendThread", [this](Job&) {
sendThread();
});
}
}