This commit is contained in:
aozhiwei 2020-06-24 21:46:46 +08:00
parent 4079a7807d
commit df01438e16

View File

@ -77,7 +77,8 @@ void MasterSvrMgr::RequestTargetServer(f8::MsgHdr& hdr, const std::string& team_
8951
);
if (conn) {
conn->ForwardClientMsgEx(hdr);
f8::MsgHdr* new_hdr = hdr.Clone();
conn->ForwardClientMsgEx(new_hdr);
return;
} else {
abort();