From a63c82b6775f388f57e7d1f33ad131da530b905b Mon Sep 17 00:00:00 2001 From: azw Date: Fri, 14 Apr 2023 11:46:55 +0000 Subject: [PATCH] 1 --- server/wsproxy/mastermgr.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/wsproxy/mastermgr.cc b/server/wsproxy/mastermgr.cc index 317fcb3..91e09d4 100644 --- a/server/wsproxy/mastermgr.cc +++ b/server/wsproxy/mastermgr.cc @@ -121,6 +121,8 @@ void MasterMgr::RequestTargetServer(f8::MsgHdr& hdr, auto req = std::make_shared(); req->context_id = curr_context_id_; req->socket_handle = hdr.socket_handle; + req->account_id = account_id; + req->req_tick = a8::XGetTickCount(); req->hdr_copy = hdr.Clone(); ss::SS_WSP_RequestTargetServer msg;