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
@@ -292,7 +292,7 @@ ServerHandlerImp::onRequest(Session& session)
|
||||
|
||||
std::shared_ptr<Session> detachedSession = session.detach();
|
||||
auto const postResult = m_jobQueue.postCoro(
|
||||
jtCLIENT,
|
||||
jtCLIENT_RPC,
|
||||
"RPC-Client",
|
||||
[this, detachedSession](std::shared_ptr<JobQueue::Coro> coro) {
|
||||
processSession(detachedSession, coro);
|
||||
@@ -339,7 +339,7 @@ ServerHandlerImp::onWSMessage(
|
||||
JLOG(m_journal.trace()) << "Websocket received '" << jv << "'";
|
||||
|
||||
auto const postResult = m_jobQueue.postCoro(
|
||||
jtCLIENT,
|
||||
jtCLIENT_WEBSOCKET,
|
||||
"WS-Client",
|
||||
[this, session, jv = std::move(jv)](
|
||||
std::shared_ptr<JobQueue::Coro> const& coro) {
|
||||
|
||||
Reference in New Issue
Block a user