mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Improve names returned by server_info counters
This commit is contained in:
committed by
manojsdoshi
parent
fc04336caa
commit
d54f6278bb
@@ -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();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user