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;