This commit is contained in:
azw 2023-04-14 11:46:55 +00:00
parent 0ff0ffc565
commit a63c82b677

View File

@ -121,6 +121,8 @@ void MasterMgr::RequestTargetServer(f8::MsgHdr& hdr,
auto req = std::make_shared<RequestTarget>();
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;